diff --git a/CHANGELOG.md b/CHANGELOG.md index dad38d5..76568fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.10.0 (2024-08-18) + +### Feat + +- add multi-column sorting (frontend or backend) for grids + +### Fix + +- improve grid display when data is empty + ## v0.9.0 (2024-08-16) ### Feat diff --git a/pyproject.toml b/pyproject.toml index d6e70e9..bfaf855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "WuttaWeb" -version = "0.9.0" +version = "0.10.0" description = "Web App for Wutta Framework" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]