File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
18
18
-->
19
19
20
+ ## 1.6.0 - 2023-02-21
21
+
22
+ ### Bugs fixes 🐛
23
+
24
+ * Improve: handle missing site url by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/150 >
25
+ * Upgrade git hooks to fix fail because of isort by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/170 >
26
+
27
+ ### Features and enhancements 🎉
28
+
29
+ * Tests: more use cases, better coverage by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/152 >
30
+ * Handle abstract_chars_count set to 0 by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/172 >
31
+ * Add new option abstract_delimiter by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/173 >
32
+
33
+ ### Tooling 🔧
34
+
35
+ * Add Python 3.11 to supported versions by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/157 >
36
+ * Just a little refresh on CI workflows by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/158 >
37
+ * CI : disable fail fast on tests matrix to get all Python versions results by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/159 >
38
+ * CI: sse GA to deploy to GH Pages instead of ghp-import by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/171 >
39
+ * Remove Python 3.7 support by @Guts in < https://github.com/Guts/mkdocs-rss-plugin/pull/174 >
40
+
20
41
## 1.5.0 - 2022-10-13
21
42
22
43
### Added
You can’t perform that action at this time.
0 commit comments