bump: version 0.2.1 → 0.3.0

This commit is contained in:
Lance Edgar 2025-02-20 09:32:26 -06:00
parent f0ac1d9bd4
commit eb9291fce7
2 changed files with 17 additions and 2 deletions

View file

@ -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/)
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)
### Fix

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "Wutta-COREPOS"
version = "0.2.1"
version = "0.3.0"
description = "Wutta Framework integration for CORE-POS"
readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
@ -28,7 +28,7 @@ classifiers = [
]
requires-python = ">= 3.8"
dependencies = [
"pyCOREPOS>=0.4.0",
"pyCOREPOS>=0.5.1",
"WuttJamaican>=0.20.3",
]