From 7fcc24ce0ddc574055214f02ef4ab5d2f3ac2369 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 25 Feb 2026 09:01:00 -0600 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.28.1=20=E2=86=92=200.28.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9849d37..899001e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.2 (2026-02-25) + +### Fix + +- only show string filter input if data type matches +- move `coerce_value()` method to base `GridFilter` class +- preserve original data type when un-setting filter choices +- raise better error if field widget serialization fails +- tweak how grid filter params are built, for better link share +- allow passing filter factory to `Grid.set_filter()` +- track column-only labels separately for grid +- make view responsible for App Info field/values + ## v0.28.1 (2026-02-17) ### Fix diff --git a/pyproject.toml b/pyproject.toml index ad847e2..5b7eb80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "WuttaWeb" -version = "0.28.1" +version = "0.28.2" description = "Web App for Wutta Framework" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]