Skip to content

Commit 318a29e

Browse files
committed
release: bump version to 1.16.0
1 parent bffc8ba commit 318a29e

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
1818
-->
1919

20+
## 1.16.0 - 2024-10-24
21+
22+
### Bugs fixes 🐛
23+
24+
* Make match_path OS agnostic by @mvelikikh in <https://github.com/Guts/mkdocs-rss-plugin/pull/323>
25+
26+
### Features and enhancements 🎉
27+
28+
* feature(integration): support social cards for blog plugin posts by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/326>
29+
30+
### Documentation 📖
31+
32+
* Remove social options from example by @Andre601 in <https://github.com/Guts/mkdocs-rss-plugin/pull/316>
33+
34+
### Other Changes
35+
36+
* Packaging: drop python 3 8, add 3.13 support by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/327>
37+
38+
## New Contributors
39+
40+
* @Andre601 made their first contribution in <https://github.com/Guts/mkdocs-rss-plugin/pull/316>
41+
* @mvelikikh made their first contribution in <https://github.com/Guts/mkdocs-rss-plugin/pull/323>
42+
2043
## 1.15.0 - 2024-07-03
2144

2245
### Features and enhancements 🎉

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

0 commit comments

Comments
 (0)