bump: version 0.3.2 → 0.3.3
This commit is contained in:
parent
1adf3cece0
commit
d52a8704b7
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -5,6 +5,18 @@ 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/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## v0.3.3 (2024-07-05)
|
||||
|
||||
### Fix
|
||||
|
||||
- add logic to auto-create user for CORE POS cashier login
|
||||
- fix employee status when importing from CORE API
|
||||
- add Employee support for CORE API -> Rattail import/datasync
|
||||
- misc. improvements for CORE API importer, per flaky data
|
||||
- add command to install mysql triggers for CORE `office_op` DB
|
||||
- improve ProductCost sorting for import from CORE API
|
||||
- include `person_uuid` for Member import from CORE API
|
||||
|
||||
## v0.3.2 (2024-07-02)
|
||||
|
||||
### Fix
|
||||
|
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "rattail_corepos"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
description = "Rattail Software Interfaces for CORE POS"
|
||||
readme = "README.rst"
|
||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||
|
|
Loading…
Reference in a new issue