3
0
Fork 0

bump: version 0.20.5 → 0.20.6

This commit is contained in:
Lance Edgar 2025-01-26 17:51:18 -06:00
parent bc586cca35
commit d0e5ad9053
2 changed files with 13 additions and 1 deletions

View file

@ -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/) 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). 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) ## v0.20.5 (2025-01-23)
### Fix ### Fix

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "WuttaWeb" name = "WuttaWeb"
version = "0.20.5" version = "0.20.6"
description = "Web App for Wutta Framework" description = "Web App for Wutta Framework"
readme = "README.md" readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}] authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]