File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2+ Dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> <27856297+dependabot-preview[bot]@users.noreply.github.com>
3+
4+ Julien M. <dev@ingeoveritas.com>
5+ Julien M. <dev@ingeoveritas.com> <Guts@users.noreply.github.com>
6+
7+ Y.D.X. <73375426+YDX-2147483647@users.noreply.github.com>
8+ Y.D.X. <73375426+YDX-2147483647@users.noreply.github.com> <73375426+YDX-2147483647@users.noreply.github.com>
Original file line number Diff line number Diff line change @@ -17,6 +17,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
1818-->
1919
20+ ## 1.13.0 - 2024-06-10
21+
22+ ### Bugs fixes 🐛
23+
24+ ### Features and enhancements 🎉
25+
26+ * feature: allow customize output filenames by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/278 >
27+ * feature: allow multiple instances by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/280 >
28+ * chore: set minimal python version to 3.10 by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/286 >
29+ * chore(deps): set minimum Mkdocs version to 1.4 by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/283 >
30+ * Refacto: modernize config date from meta by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/285 >
31+
32+ ### Tooling 🔧
33+
34+ * ci: use trusted publisher and remove token by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/271 >
35+ * tooling: add SonarCloud config by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/279 >
36+
37+ ### Documentation 📖
38+
39+ * Documentation: improve guide how to make JSON feed discoverable by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/272 >
40+ * Docs: order settings aZ and minor improvements by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/281 >
41+ * docs: complete JSON schema with latest features by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/282 >
42+ * docs: fix internal links by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/284 >
43+
44+ ----
45+
2046## 1.12.2 - 2024-04-30
2147
2248### Bugs fixes 🐛
Original file line number Diff line number Diff line change 4040__title_clean__ = "" .join (e for e in __title__ if e .isalnum ())
4141__uri__ = "https://github.com/Guts/mkdocs-rss-plugin/"
4242
43- __version__ = "1.12.2 "
43+ __version__ = "1.13.0 "
4444__version_info__ = tuple (
4545 [
4646 int (num ) if num .isdigit () else num
You can’t perform that action at this time.
0 commit comments