bump: version 0.27.6 → 0.28.0
This commit is contained in:
parent
6743fc4731
commit
028f8e767d
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -5,6 +5,20 @@ 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.28.0 (2026-02-17)
|
||||
|
||||
### Feat
|
||||
|
||||
- add support for association proxy fields in model forms
|
||||
|
||||
### Fix
|
||||
|
||||
- fix first_name, last_name handling for User form
|
||||
- add support for rendering association proxy values in grid
|
||||
- add "centered" flag for grid columns
|
||||
- prevent delete also, for users with prevent edit flag
|
||||
- render enabled flag as bool for Email Settings grid
|
||||
|
||||
## v0.27.6 (2026-02-13)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "WuttaWeb"
|
||||
version = "0.27.6"
|
||||
version = "0.28.0"
|
||||
description = "Web App for Wutta Framework"
|
||||
readme = "README.md"
|
||||
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue