diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8ea89..927cbdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.20.6 (2025-01-26) + +### Fix + +- add `setup_enhance_admin_user()` method for initial setup +- add `render_percent()` method for Grid +- allow override for Admin menu title +- add `index_title_controls()` def block for base template +- add `make_users_grid()` method for RoleView +- fallback to empty string for uvicorn `root_path` +- add `root_path` config setting for running webapp via uvicorn + ## v0.20.5 (2025-01-23) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 6c63e8c..5602b7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "WuttaWeb" -version = "0.20.5" +version = "0.20.6" description = "Web App for Wutta Framework" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]