3
0
Fork 0

bump: version 0.27.1 → 0.27.2

This commit is contained in:
Lance Edgar 2026-02-04 08:49:58 -06:00
parent c1717d46e1
commit 9541bc6a27
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/)
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 `<b-table>` 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

View file

@ -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"}]