Skip to content

Commit 67858c5

Browse files
committed
release: bump version to 1.17.4
1 parent 85b60b0 commit 67858c5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
1818
-->
1919

20+
## 1.17.4 - 2025-10-10
21+
22+
### Bugs fixes 🐛
23+
24+
* fix(logs): update references hyperlinks for git depth logs by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/384>
25+
* fix(material): mkdocs_config.plugins.get("material/blog") can be None by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/392>
26+
* fix: preserve sentence structure across newlines by @miketheman in <https://github.com/Guts/mkdocs-rss-plugin/pull/378>
27+
28+
### Features and enhancements 🎉
29+
30+
* improve(images): add timeout to remote images requests by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/391>
31+
32+
### New Contributors
33+
34+
* @miketheman made their first contribution in <https://github.com/Guts/mkdocs-rss-plugin/pull/378>
35+
2036
## 1.17.3 - 2025-05-30
2137

2238
### Bugs fixes 🐛

mkdocs_rss_plugin/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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.17.3"
43+
__version__ = "1.17.4"
4444
__version_info__ = tuple(
4545
[
4646
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)