Skip to content

Commit

Permalink
Release 0.1.1, closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 26, 2018
1 parent 1caf499 commit 14b858f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 14b858f

Please sign in to comment.