Skip to content

Commit

Permalink
Bump version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albertas committed Jul 3, 2024
1 parent 4ab07e9 commit 49f5286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ code base is implemented in.

## Release notes
- v2.3.1:
- Added support for automatic removal of imports.
- Started analysing files in bytes instead of trying to convert them into UTF-8 encoded strings.
- Improved automatic removal of unused imports.
- v2.3.0:
- Add `--dry` option.
- Update error codes to use DCXX format instead of DCXXX.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "deadcode"
version = "2.3.0"
version = "2.3.1"
authors = [
{name = "Albertas Gimbutas", email = "albertasgim@gmail.com"},
]
Expand Down

0 comments on commit 49f5286

Please sign in to comment.