diff --git a/README.md b/README.md index 9939c3d..9902781 100644 --- a/README.md +++ b/README.md @@ -59,51 +59,3 @@ repos: ## Code of Conduct Everyone interacting in the project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [PyPA Code of Conduct](https://www.pypa.io/en/latest/code-of-conduct/). - -## History - -### [0.5.0] - 2023-09-04 - -#### Added - -- Added CI for `python` 3.11 -- Added funding file - -#### Removed - -- Dropped support for `python` 3.7 and Pypy 3 - -### [0.4.0] - 2022-09-11 - -#### Added - -- Added support for `flake8` v5 -- Added support for `python` 3.10 - -#### Removed - -- Dropped support for `python` 3.6 - -### [0.3.0] - 2021-10-19 - -#### Added - -- Added support for `flake8` v4 - -### [0.2.0] - 2019-06-14 - -#### Added - -- [`pycon`](http://pygments.org/docs/lexers/#pygments.lexers.python.PythonConsoleLexer) code block support - -### [0.1.1] - 2019-05-19 - -#### Changed - -- Fixed pre-commit example in README - -### [0.1.0] - 2019-05-19 - -#### Added - -- Added code for initial release