From 4689e9fccb635396bb194101eb899f57976b8a83 Mon Sep 17 00:00:00 2001 From: relikd Date: Wed, 21 Dec 2022 01:03:53 +0100 Subject: [PATCH] docs: update changelog + bump version --- CHANGELOG.md | 10 +++++++++- setup.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c1f346..2ffa09d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] +## [0.9.9] – 2022-12-21 + +### Fixed +- Keep original sorting order in `vgroups` filter if no `order_by` is set. + + + ## [0.9.8] – 2022-12-20 ### Added @@ -142,7 +149,8 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 Initial release -[Unreleased]: https://github.com/relikd/lektor-groupby-plugin/compare/v0.9.8...HEAD +[Unreleased]: https://github.com/relikd/lektor-groupby-plugin/compare/v0.9.9...HEAD +[0.9.9]: https://github.com/relikd/lektor-groupby-plugin/compare/v0.9.8...v0.9.9 [0.9.8]: https://github.com/relikd/lektor-groupby-plugin/compare/v0.9.7...v0.9.8 [0.9.7]: https://github.com/relikd/lektor-groupby-plugin/compare/v0.9.6...v0.9.7 [0.9.6]: https://github.com/relikd/lektor-groupby-plugin/compare/v0.9.5...v0.9.6 diff --git a/setup.py b/setup.py index 74c2527..8c41101 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( }, author='relikd', url='https://github.com/relikd/lektor-groupby-plugin', - version='0.9.8', + version='0.9.9', description='Cluster arbitrary records with field attribute keyword.', long_description=longdesc, long_description_content_type="text/markdown",