* compatibility with Mkdocs 1.4 * dependencies update
1.1.0
Changed
* switched license to MIT. (See 117)
1.0.0
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