From 19b64dfc7a56516b48d0a559b91c9f6d78bc9b4c Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Tue, 30 Apr 2024 12:14:12 +0200 Subject: [PATCH] release: bump version to 1.12.2 --- CHANGELOG.md | 14 ++++++++++++++ mkdocs_rss_plugin/__about__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f62cd48..181e52c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --> +## 1.12.2 - 2024-04-30 + +### Bugs fixes 🐛 + +* Fix: abstract limit by @tiosgz and @Guts in + +### Tooling 🔧 + +* ci: fix missing Codecov token by @Guts in + +### Documentation 📖 + +* Update docs on locale configuration by @YDX-2147483647 in + ## 1.12.1 - 2024-02-14 ### Bugs fixes 🐛 diff --git a/mkdocs_rss_plugin/__about__.py b/mkdocs_rss_plugin/__about__.py index 7ba8c70..748039b 100644 --- a/mkdocs_rss_plugin/__about__.py +++ b/mkdocs_rss_plugin/__about__.py @@ -40,7 +40,7 @@ __title_clean__ = "".join(e for e in __title__ if e.isalnum()) __uri__ = "https://github.com/Guts/mkdocs-rss-plugin/" -__version__ = "1.12.1" +__version__ = "1.12.2" __version_info__ = tuple( [ int(num) if num.isdigit() else num