File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616### Removed
1717
1818-->
19+ ## 1.8.0 - 2023-07-24
20+
21+ ### Bugs fixes 🐛
22+
23+ * Fix tests config by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/196 >
24+
25+ ### Features and enhancements 🎉
26+
27+ * Add option to enable/disable git use. by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/187 >
1928
2029## 1.7.0 - 2023-05-28
2130
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.7 .0"
43+ __version__ = "1.8 .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