First stable release according to semver. So, no feature in this release, just focusing on quality and code cleanliness.
Added
* Unit tests to reach a 80% coverage score
Changed
* Supported Mkdocs versions range increased to `mkdocs>=1.1,<1.4`
Fixed
* Minor bugs fixes * Minor documentation improvements
----
0.21.0
Added
* JSON Schema for configuration validation * compatible with Python 3.10
----
0.20.1
Fixed
* Error when using "enabled: false" together with "match_path" (see 104 - PR 107). Reported by prcr, fixed by dcode. Thanks to them!
----
0.20.0
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
Fixed
* Fix 95: introduced logic did not handle case where categories meta keys are not defined
----
0.19.0
Added
* new option to include [RSS `<category>` item element](https://www.w3schools.com/xml/rss_tag_category_item.asp) using page metadata (YAML frontmatter). It's customizable to get custom meta keys for keywords/tags. PR [#4](https://github.com/Guts/mkdocs-rss-plugin/pull/4)