bump: version 0.18.0 → 0.19.0

This commit is contained in:
Lance Edgar 2024-08-18 19:58:50 -05:00
parent 290f8fd51e
commit b7955a5871
2 changed files with 14 additions and 2 deletions

View file

@ -5,6 +5,18 @@ 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/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## v0.19.0 (2024-08-18)
### Feat
- move multi-column grid sorting logic to wuttaweb
- move single-column grid sorting logic to wuttaweb
### Fix
- fix misc. errors in grid template per wuttaweb
- fix broken permission directives in web api startup
## v0.18.0 (2024-08-16)
### Feat