Skip to content

Commit 6e300e2

Browse files
Gutsalexvoss
andcommitted
release: bump version to 1.9.0
Co-authored-by: Alexander Voss <alex@corealisation.com>
1 parent 560d706 commit 6e300e2

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Removed
1717
1818
-->
19+
20+
## 1.9.0 - 2023-12-07
21+
22+
### Bugs fixes 🐛
23+
24+
* fix: deprecation of Theme._vars by using config attributes by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/212> thanks to the excellent work of @alexvoss on <https://github.com/Guts/mkdocs-rss-plugin/issues/205> and <https://github.com/Guts/mkdocs-rss-plugin/pull/206>
25+
26+
### Features and enhancements 🎉
27+
28+
* Road to Mkdocs >= 1.4: plugin's configuration by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/195>
29+
* Road to Mkdocs 1.4: use config attributes by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/211>
30+
* Project: split dev and test dependencies by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/213>
31+
* refacto: move global variables to constants module and rename customtypes into models by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/210>
32+
33+
### Tooling 🔧
34+
35+
* packaging: add Python 3.12 as supported version by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/214>
36+
1937
## 1.8.0 - 2023-07-24
2038

2139
### Bugs fixes 🐛

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

0 commit comments

Comments
 (0)