File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed 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
17
17
18
18
-->
19
19
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
+
20
30
## 1.14.0 - 2024-06-25
21
31
22
32
### Bugs fixes 🐛
Original file line number Diff line number Diff line change 40
40
__title_clean__ = "" .join (e for e in __title__ if e .isalnum ())
41
41
__uri__ = "https://github.com/Guts/mkdocs-rss-plugin/"
42
42
43
- __version__ = "1.14 .0"
43
+ __version__ = "1.15 .0"
44
44
__version_info__ = tuple (
45
45
[
46
46
int (num ) if num .isdigit () else num
You can’t perform that action at this time.
0 commit comments