Skip to content

Commit

Permalink
Bump to version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jan 6, 2022
1 parent fe1b46a commit df04fe0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Removed -->
### Removed
-->

----

## 0.20.0 - 2022-01-06

### Added

- option to enable/disable the plugin, for example through an environment variable (default: enabled). See: PR #103, [related doc section](https://guts.github.io/mkdocs-rss-plugin/configuration/#disabling-the-plugin)

### Changed

- CI: Python version used to build and publish package is now 3.9

### Removed

- support for Python 3.6 (EOL)

----

## 0.19.1 - 2021-10-04

Expand Down
2 changes: 1 addition & 1 deletion mkdocs_rss_plugin/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
__title_clean__ = "".join(e for e in __title__ if e.isalnum())
__uri__ = "https://github.com/Guts/mkdocs-rss-plugin/"

__version__ = "0.19.1"
__version__ = "0.20.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit df04fe0

Please sign in to comment.