diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ceb1bd..89a7fc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 7ca867e..ef67862 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]