Skip to content

Commit

Permalink
release: bump version to 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Oct 24, 2024
1 parent bffc8ba commit 318a29e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-->

## 1.16.0 - 2024-10-24

### Bugs fixes 🐛

* Make match_path OS agnostic by @mvelikikh in <https://github.com/Guts/mkdocs-rss-plugin/pull/323>

### Features and enhancements 🎉

* feature(integration): support social cards for blog plugin posts by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/326>

### Documentation 📖

* Remove social options from example by @Andre601 in <https://github.com/Guts/mkdocs-rss-plugin/pull/316>

### Other Changes

* Packaging: drop python 3 8, add 3.13 support by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/327>

## New Contributors

* @Andre601 made their first contribution in <https://github.com/Guts/mkdocs-rss-plugin/pull/316>
* @mvelikikh made their first contribution in <https://github.com/Guts/mkdocs-rss-plugin/pull/323>

## 1.15.0 - 2024-07-03

### Features and enhancements 🎉
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://github.com/Guts/mkdocs-rss-plugin/"

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

0 comments on commit 318a29e

Please sign in to comment.