File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
1818-->
1919
20+ ## 1.15.0 - 2024-07-03
21+
22+ ### Features and enhancements 🎉
23+
24+ * feat: allow per-page description customization by @meysam81 in < https://github.com/Guts/mkdocs-rss-plugin/pull/310 >
25+
26+ ### New Contributors
27+
28+ * @meysam81 made their first contribution in < https://github.com/Guts/mkdocs-rss-plugin/pull/310 >
29+
2030## 1.14.0 - 2024-06-25
2131
2232### 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.14 .0"
43+ __version__ = "1.15 .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