diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f0d5f5d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Version history + +We follow Semantic Versions since the `0.1.0` release. + + +## Version 0.1.1 + +### Bugfixes + +- Relies on `attrs` explicitly, see #2 + +### Misc + +- Improves readme +- Improves tests + + +## Version 0.1.0 + +- Initial release diff --git a/pyproject.toml b/pyproject.toml index 35b9672..fd7b817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flake8-eradicate" -version = "0.1.0" +version = "0.1.1" description = "Flake8 plugin to find commented out code" license = "MIT"