Skip to content

Commit

Permalink
release: bump version to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jun 15, 2024
1 parent 06ec44d commit 7aa5e99
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-->

## 1.13.1 - 2024-06-15

### Bugs fixes 🐛

* Fix remote image length warnings using requests instead of urllib (standard lib) by @Guts in <https:/Guts/mkdocs-rss-plugin/pull/289>

### Features and enhancements 🎉

* refacto(cleanup): remove python 3.9 related code and deps (timezone) by @Guts in <https:/Guts/mkdocs-rss-plugin/pull/288>
* improve(logs): enhance some logs and type hints by @Guts in <https:/Guts/mkdocs-rss-plugin/pull/293>
* Feature: improve social cards integration by @Guts in <https:/Guts/mkdocs-rss-plugin/pull/294>

## 1.13.0 - 2024-06-10

### Bugs fixes 🐛
Expand Down
2 changes: 1 addition & 1 deletion mkdocs_rss_plugin/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
__title_clean__ = "".join(e for e in __title__ if e.isalnum())
__uri__ = "https:/Guts/mkdocs-rss-plugin/"

__version__ = "1.13.0"
__version__ = "1.13.1"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit 7aa5e99

Please sign in to comment.