3
0
Fork 0

bump: version 0.22.0 → 0.23.0

This commit is contained in:
Lance Edgar 2025-08-09 12:24:17 -05:00
parent 72565cc49c
commit 8a09fb1a3c
2 changed files with 20 additions and 2 deletions

View file

@ -5,6 +5,24 @@ All notable changes to wuttaweb 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.23.0 (2025-08-09)
### Feat
- add tools to manage user API tokens
### Fix
- add default sorter, tools for basic table-element grid
- add custom password+confirmation widget for Vue3 + Oruga
- fix butterfly wrapper for b-notification component
- add butterfly wrapper for b-timepicker component
- style tweaks for butterfly/oruga; mostly expand fields
- fix b-datepicker component wrapper per oruga 0.9.0
- fix b-button component wrapper per oruga 0.9.0
- update butterfly component for b-autocomplete, per oruga 0.11.4
- update default versions for Vue3 + Oruga + FontAwesome
## v0.22.0 (2025-06-29)
### Feat

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "WuttaWeb"
version = "0.22.0"
version = "0.23.0"
description = "Web App for Wutta Framework"
readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
@ -44,7 +44,7 @@ dependencies = [
"pyramid_tm",
"waitress",
"WebHelpers2",
"WuttJamaican[db]>=0.20.6",
"WuttJamaican[db]>=0.22.0",
"zope.sqlalchemy>=1.5",
]