bump: version 0.2.1 → 0.3.0
This commit is contained in:
parent
f0ac1d9bd4
commit
eb9291fce7
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -5,6 +5,21 @@ All notable changes to Wutta-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).
|
||||||
|
|
||||||
|
## v0.3.0 (2025-02-20)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- add app db schema extension, for CoreUser
|
||||||
|
- add support for `lane_op` and `lane_trans` DB sessions, models
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- bump min version for wuttjamaican
|
||||||
|
- bump version requirement for pyCOREPOS
|
||||||
|
- add `get_office_employee_url()` method for corepos handler
|
||||||
|
- add grid links for Members
|
||||||
|
- bump min version for pycorepos dependency
|
||||||
|
|
||||||
## v0.2.1 (2025-01-15)
|
## v0.2.1 (2025-01-15)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "Wutta-COREPOS"
|
name = "Wutta-COREPOS"
|
||||||
version = "0.2.1"
|
version = "0.3.0"
|
||||||
description = "Wutta Framework integration for CORE-POS"
|
description = "Wutta Framework integration for CORE-POS"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
|
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
|
||||||
|
@ -28,7 +28,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
requires-python = ">= 3.8"
|
requires-python = ">= 3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pyCOREPOS>=0.4.0",
|
"pyCOREPOS>=0.5.1",
|
||||||
"WuttJamaican>=0.20.3",
|
"WuttJamaican>=0.20.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue