chore: bump v1.0.0
This commit is contained in:
@@ -7,6 +7,9 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
|
||||||
|
## [1.0.0] – 2023-03-04
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- `vgroups` filter now supports `unique=False` to return a list of all entries including duplicates (default: `True`)
|
- `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
|
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.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.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.7]: https://github.com/relikd/lektor-groupby-plugin/compare/v0.9.6...v0.9.7
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
A generic grouping / clustering plugin.
|
A generic grouping / clustering plugin.
|
||||||
Can be used for tagging or similar tasks.
|
Can be used for tagging or similar tasks.
|
||||||
The grouping algorithm is performed once.
|
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:
|
Install this plugin or modify your Lektor project file:
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -13,7 +13,7 @@ setup(
|
|||||||
},
|
},
|
||||||
author='relikd',
|
author='relikd',
|
||||||
url='https://github.com/relikd/lektor-groupby-plugin',
|
url='https://github.com/relikd/lektor-groupby-plugin',
|
||||||
version='0.9.9',
|
version='1.0.0',
|
||||||
description='Cluster arbitrary records with field attribute keyword.',
|
description='Cluster arbitrary records with field attribute keyword.',
|
||||||
long_description=longdesc,
|
long_description=longdesc,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Reference in New Issue
Block a user