Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hakancelikdev committed Feb 1, 2023
1 parent d209538 commit 51c5204
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: isort

- repo: https://github.com/hakancelikdev/unimport
rev: 0.12.3
rev: 0.13.0
hooks:
- id: unimport
args:
Expand Down
6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.

## [Unreleased] - YYYY-MM-DD

## [0.13.0] - YYYY-MM-DD
## [0.13.0] - 2023-02-01

### Changed

- The remove command is set to the default behavior. #273

### Fixes

- pre-commit autoupdate yields a weird result #275

## [0.12.3] - 2022-12-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/unimport/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.12.3"
__version__ = "0.13.0"
__description__ = "A linter, formatter for finding and removing unused import statements."

0 comments on commit 51c5204

Please sign in to comment.