diff --git a/CHANGELOG.md b/CHANGELOG.md index 00341dd..15bb92a 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.27.2 (2026-02-04) + +### Fix + +- fallback to dict logic for grid render date/time +- add dedicated `authenticate_user()` method for auth view +- increase default width for read-only form views +- add `hoverable` and `narrowed` for all `` elements +- show users grid when deleting a Person +- add `model` and `enum` to global template rendering context +- ensure grid action icon+label do not wrap + ## v0.27.1 (2026-01-03) ### Fix diff --git a/pyproject.toml b/pyproject.toml index f30e4ef..bd7ff97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "WuttaWeb" -version = "0.27.1" +version = "0.27.2" description = "Web App for Wutta Framework" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]