Skip to content

Commit 385c8ed

Browse files
committed
Version 1.3.0 release
1 parent acca375 commit 385c8ed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
We follow Semantic Versions since the `0.1.0` release.
44

55

6+
## 1.3.0
7+
8+
### Features
9+
10+
- Adds `[email protected]` support
11+
12+
613
## 1.2.1
714

815
### Bugfixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55

66
[tool.poetry]
77
name = "flake8-eradicate"
8-
version = "1.2.1"
8+
version = "1.3.0"
99
description = "Flake8 plugin to find commented out code"
1010

1111
license = "MIT"

0 commit comments

Comments
 (0)