bump: version 0.20.5 → 0.20.6
This commit is contained in:
parent
bc586cca35
commit
d0e5ad9053
12
CHANGELOG.md
12
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
|
||||
|
|
|
@ -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"}]
|
||||
|
|
Loading…
Reference in a new issue