From 5bbe6d236089bc3b05721c2518060edc5fd70354 Mon Sep 17 00:00:00 2001 From: relikd Date: Sat, 4 Mar 2023 18:17:47 +0100 Subject: [PATCH] chore: bump v1.0.0 --- CHANGELOG.md | 6 +++++- README.md | 1 - setup.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc29810..17b8b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] + +## [1.0.0] – 2023-03-04 + ### Added - `vgroups` filter now supports `unique=False` to return a list of all entries including duplicates (default: `True`) @@ -160,7 +163,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.9...HEAD +[Unreleased]: https://github.com/relikd/lektor-groupby-plugin/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/relikd/lektor-groupby-plugin/compare/v0.9.9...v1.0.0 [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 diff --git a/README.md b/README.md index e377d81..28ddcd9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ A generic grouping / clustering plugin. Can be used for tagging or similar tasks. The grouping algorithm is performed once. -Contrary to, at least, cubic runtime if doing the same with Pad queries. Install this plugin or modify your Lektor project file: diff --git a/setup.py b/setup.py index 8c41101..70d604d 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.9', + version='1.0.0', description='Cluster arbitrary records with field attribute keyword.', long_description=longdesc, long_description_content_type="text/markdown",