Skip to content

Commit

Permalink
release: bump version to 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jun 23, 2024
1 parent 85ef616 commit 9b88745
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.2 - 2024-06-23

### Features and enhancements 🎉

* Feature: add per-feed custom titles and abstracts by @toomanybrians in <https:/Guts/mkdocs-rss-plugin/pull/295>
* Improve: convert docstrings to google convention by @Guts in <https:/Guts/mkdocs-rss-plugin/pull/298>
* fix(config): do not raise error for bad date_from_meta.default_time value and fallback to default by @Guts in <https:/Guts/mkdocs-rss-plugin/pull/300>

### New Contributors

* @toomanybrians made their first contribution in <https:/Guts/mkdocs-rss-plugin/pull/295>

## 1.13.1 - 2024-06-15

### 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.1"
__version__ = "1.13.2"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit 9b88745

Please sign in to comment.