From cd90b5afffdb2cf2c98ac172d3c022cb6faf5590 Mon Sep 17 00:00:00 2001 From: Jeff Dairiki Date: Wed, 19 Oct 2022 16:03:31 -0700 Subject: [PATCH] Release 0.5.1 --- CHANGES.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 25c99ec..e49174f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,16 @@ # Changelog +## 0.5.1 (2022-10-19) + +### Bugs Fixed + +- Ignore duplicate tags (on a single page) when counting. ([#25][]) +- When applicable, limit tags to those specified in the + [`tags`][config-tags] config setting ([#25][]) + +[#25]: https://github.com/lektor/lektor-tags/pull/25 +[config-tags]: https://github.com/lektor/lektor-tags#tags + ## 0.5.0 (2022-02-11) Added a `tagweights` jinja global that provides reference counts of @@ -22,4 +33,4 @@ Fixes #2, persisting self.pad. Version bump. ## 0.2 (2018-05-13) -Readme and setup.py updates, changed the name and description, bump to 0.2. \ No newline at end of file +Readme and setup.py updates, changed the name and description, bump to 0.2.