Skip to content

Commit

Permalink
V0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hakancelikdev committed Sep 12, 2021
1 parent 84ef49b commit 0077cea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased] - ././2021

- []()

## [0.9.1] - 13/September/2021

- [🐞 🧪 Fix EOLs not being respected in modified files per #183 by @CAM-Gerlach](https://github.com/hakancelik96/unimport/pull/193)
- Respect the file's current EOL (LF/CRLF) instead of the platform default
- Add unit and integration tests that EOLs are respected
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_long_description():
DESCRIPTION = (
"A linter, formatter for finding and removing unused import statements."
)
VERSION = "0.9.0"
VERSION = "0.9.1"


setup(
Expand Down
2 changes: 1 addition & 1 deletion unimport/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
DESCRIPTION = (
"A linter, formatter for finding and removing unused import statements."
)
VERSION = "0.9.0"
VERSION = "0.9.1"

__all__ = [
"ASTFunctionT",
Expand Down

0 comments on commit 0077cea

Please sign in to comment.