Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hakancelikdev committed Sep 4, 2021
1 parent f548fef commit 00a4709
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [Unreleased - ././2021]
## [0.9.0] - 5/September/2021

- [Scope analyzer; #176, #175 #189 by @hakancelik96](https://github.com/hakancelik96/unimport/pull/189)
- Scope analyzer
Expand All @@ -27,19 +27,19 @@ All notable changes to this project will be documented in this file.
test_list: List[str] = ["spam", "eggs"]
```

## 0.8.4 - 06/26/2021
## [0.8.4] - 26/June/2021

- [Fix emoji issues by @hakancelik96](https://github.com/hakancelik96/unimport/pull/185)

## [0.8.0] - 09/02/2021
## [0.8.0] - 09/March/2021

- Temporarily drop support for duplicate imports. by @isidentical

## [0.7.4] - 19/02/2021
## [0.7.4] - 19/February/2021

- [🐞 Fix list_paths in utils by @hakancelik96](https://github.com/hakancelik96/unimport/pull/172)

## [0.7.3] - 14/02/2021
## [0.7.3] - 14/February/2021

- [💪 Add `--ignore-init` flag by @hakancelik96](https://github.com/hakancelik96/unimport/pull/169)

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.8.4"
VERSION = "0.9.0"


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.8.4"
VERSION = "0.9.0"

__all__ = [
"ASTFunctionT",
Expand Down

0 comments on commit 00a4709

Please sign in to comment.