Update changelog

This commit is contained in:
Lance Edgar 2023-06-12 20:44:16 -05:00
parent 9c15952386
commit 0c29a28f22
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ All notable changes to rattail-corepos will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.1.23] - 2023-06-12
### Changed
- Overhaul CORE API <-> Rattail importers, per CustomerShopper model etc.
- Import membership types from CORE API.
- Add new commands (and deprecate old) for CORE <-> CSV import/export.
- Add `core-office ping-install` command, for DB setup.
- Add `core-office patch-customer-gaps` command, to fix customerID.
- Rename model for `custdata` to `CustomerClassic`.
## [0.1.22] - 2023-06-03 ## [0.1.22] - 2023-06-03
### Changed ### Changed
- Skip customer record with no member type, for blue line update. - Skip customer record with no member type, for blue line update.

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.1.22' __version__ = '0.1.23'