Skip to content

Commit 7aa5e99

Browse files
committed
release: bump version to 1.13.1
1 parent 06ec44d commit 7aa5e99

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

20+
## 1.13.1 - 2024-06-15
21+
22+
### Bugs fixes 🐛
23+
24+
* Fix remote image length warnings using requests instead of urllib (standard lib) by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/289>
25+
26+
### Features and enhancements 🎉
27+
28+
* refacto(cleanup): remove python 3.9 related code and deps (timezone) by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/288>
29+
* improve(logs): enhance some logs and type hints by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/293>
30+
* Feature: improve social cards integration by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/294>
31+
2032
## 1.13.0 - 2024-06-10
2133

2234
### 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.13.0"
43+
__version__ = "1.13.1"
4444
__version_info__ = tuple(
4545
[
4646
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)