Skip to content

Commit acd0f8e

Browse files
committed
release: bump version to 1.12.0
1 parent 6fa978b commit acd0f8e

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
1818
-->
1919

20+
## 1.12.0 - 2024-01-13
21+
22+
### Features and enhancements 🎉
23+
24+
* Implement JSON Feed output by @notpushkin and @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/177>
25+
26+
### Documentation 📖
27+
28+
* docs: add how to make JSON Feeds discoverable by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/240>
29+
30+
### Other Changes
31+
32+
* tests: check JSON feed validity by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/239>
33+
34+
### New Contributors
35+
36+
* @notpushkin made their first contribution in <https://github.com/Guts/mkdocs-rss-plugin/pull/177>
37+
2038
## 1.11.1 - 2024-01-11
2139

2240
### Features and enhancements 🎉
2341

2442
* fix #229 allow date.created to get creation date by @copdips in <https://github.com/Guts/mkdocs-rss-plugin/pull/237>
2543

26-
## New Contributors
44+
### New Contributors
2745

2846
* @copdips made their first contribution in <https://github.com/Guts/mkdocs-rss-plugin/pull/237>
2947

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

0 commit comments

Comments
 (0)