3
0
Fork 0

bump: version 0.21.2 → 0.21.3

This commit is contained in:
Lance Edgar 2025-02-19 10:32:45 -06:00
parent f0c0c1b487
commit 8357fd594f
2 changed files with 9 additions and 1 deletions

View file

@ -5,6 +5,14 @@ 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.21.3 (2025-02-19)
### Fix
- add click handler support in simple grid table element
- hide columns when applicable, for simple grid table element
- add `render_form_tag()` customization hook in /form template
## v0.21.2 (2025-02-18)
### Fix

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "WuttaWeb"
version = "0.21.2"
version = "0.21.3"
description = "Web App for Wutta Framework"
readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]