Skip to content

Commit 60459f9

Browse files
committed
release: bump version to 1.14.0
1 parent 621c78e commit 60459f9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Removed
1717
1818
-->
19+
20+
## 1.14.0 - 2024-06-25
21+
22+
### Bugs fixes 🐛
23+
24+
* Update docs for `as_update` (boolean not supported anymore) by @brapoprod in <https://github.com/Guts/mkdocs-rss-plugin/pull/306>
25+
* improve(remote_images): handle connection error by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/307>
26+
* act depending on the used Mkdocs command and disable remote images length fetching to avoid HTTP errors by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/311>
27+
28+
### Features and enhancements 🎉
29+
30+
* Feature: add http caching mechanism by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/309>
31+
* improve(http): disable warnings for unverified requests by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/308>
32+
33+
## New Contributors
34+
35+
* @brapoprod made their first contribution in <https://github.com/Guts/mkdocs-rss-plugin/pull/306>
36+
1937
## 1.13.4 - 2024-06-24
2038

2139
### Bugs fixes 🐛

mkdocs_rss_plugin/__about__.py

+1-1
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.13.4"
43+
__version__ = "1.14.0"
4444
__version_info__ = tuple(
4545
[
4646
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)