Skip to content

Commit b9e340f

Browse files
committed
release: bump version to 1.11.0
1 parent 21a6a05 commit b9e340f

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

20+
## 1.11.0 - 2023-12-19
21+
22+
### Features and enhancements 🎉
23+
24+
* improvement: if social card not found, try to retrieve length from remote URL by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/225>
25+
26+
### Tooling 🔧
27+
28+
* ci: add a link between release and discussion by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/224>
29+
* docs: explicitly enable plugins with env vars by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/227>
30+
31+
### Documentation 📖
32+
33+
* docs: add API autodocumentation with mkdocstrings by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/226>
34+
2035
## 1.10.0 - 2023-12-17
2136

2237
### Features and enhancements 🎉

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

0 commit comments

Comments
 (0)