Skip to content

Commit 4dded36

Browse files
hakancelikdevclaude
andcommitted
Bump version to 1.3.1 and update changelog
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4f23a1b commit 4dded36

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
## [1.3.1] - 2026-02-18
6+
7+
### Fixed
8+
9+
- Fix false positive when import and usage are on the same semicolon-separated line
10+
[#292](https://github.com/hakancelikdev/unimport/issues/292)
11+
- Fix nested if statement dispatch not recognized (e.g. TYPE_CHECKING inside version
12+
check) [#294](https://github.com/hakancelikdev/unimport/issues/294)
13+
- Fix incorrect removal of runtime import shadowed by TYPE_CHECKING import
14+
[#313](https://github.com/hakancelikdev/unimport/issues/313)
15+
- Fix import after use in function incorrectly removed
16+
[#178](https://github.com/hakancelikdev/unimport/issues/178)
17+
- Fix subpackage import incorrectly removed when sibling subpackage is used
18+
[#180](https://github.com/hakancelikdev/unimport/issues/180)
19+
- Fix/deduplicate clashing star import suggestions
20+
- Preserve comments when removing unused imports
21+
522
## [1.3.0] - 2025-08-01
623

724
### Added

src/unimport/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.3.1"
22
__description__ = "A linter, formatter for finding and removing unused import statements."

0 commit comments

Comments
 (0)