From 8a09fb1a3ca59b60db74f8edd6aa91d5f06dd349 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 9 Aug 2025 12:24:17 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.22.0=20=E2=86=92=200.23.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) 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", ]