From d0e5ad90539f4e5c06e036624ab4ac9a1e038a5f Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 26 Jan 2025 17:51:18 -0600 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.20.5=20=E2=86=92=200.20.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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"}]