Skip to content

Commit 4d2edb5

Browse files
author
cellwebb
committed
chore(version): bump version from 4.20.0 to 4.20.1
1 parent aa48ca1 commit 4d2edb5

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [4.20.1] - 2025-12-12
4+
5+
### Improvements
6+
7+
- Better version management for more accurate updates
8+
9+
### Bug Fixes
10+
11+
- Fixed incorrect line range calculation when using negative numbers
12+
313
## [4.20.0] - 2025-12-12
414

515
### What's New

src/clippy/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for clippy-code."""
22

3-
__version__ = "4.20.0"
3+
__version__ = "4.20.1"

0 commit comments

Comments
 (0)