Skip to content

Commit 67bdbd8

Browse files
committed
Bump to 1.8.0
1 parent a31393a commit 67bdbd8

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Removed
1717
1818
-->
19+
## 1.8.0 - 2023-07-24
20+
21+
### Bugs fixes 🐛
22+
23+
* Fix tests config by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/196>
24+
25+
### Features and enhancements 🎉
26+
27+
* Add option to enable/disable git use. by @Guts in <https://github.com/Guts/mkdocs-rss-plugin/pull/187>
1928

2029
## 1.7.0 - 2023-05-28
2130

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

0 commit comments

Comments
 (0)