From 028f8e767d5d9925bec8fa91feb39d2f47e556f1 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 17 Feb 2026 14:34:33 -0600 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.27.6=20=E2=86=92=200.28.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b75345..b1444a6 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/pyproject.toml b/pyproject.toml index 07aca80..d2be8c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}]