bump: version 0.14.0 → 0.14.1
This commit is contained in:
parent
ece29d7b6c
commit
57fdacdb83
|
@ -5,6 +5,14 @@ All notable changes to Tailbone 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.14.1 (2024-07-14)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update usage of auth handler, per rattail changes
|
||||||
|
- fix model reference in menu handler
|
||||||
|
- fix bug when making "integration" menus
|
||||||
|
|
||||||
## v0.14.0 (2024-07-14)
|
## v0.14.0 (2024-07-14)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "Tailbone"
|
name = "Tailbone"
|
||||||
version = "0.14.0"
|
version = "0.14.1"
|
||||||
description = "Backoffice Web Application for Rattail"
|
description = "Backoffice Web Application for Rattail"
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||||
|
|
Loading…
Reference in a new issue