Skip to content

Commit a387279

Browse files
author
semantic-release
committed
0.21.0
Automatically generated by python-semantic-release
1 parent bfb8009 commit a387279

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# CHANGELOG
22

33

4+
## v0.21.0 (2025-10-21)
5+
6+
### Bug Fixes
7+
8+
- 🐛 Fix entrypoint
9+
([`e07dd1b`](https://github.com/getcodelimit/codelimit/commit/e07dd1bf3305fb095de83e90f571326171b79895))
10+
11+
### Features
12+
13+
- ✨ Python 3.14 support ([#80](https://github.com/getcodelimit/codelimit/pull/80),
14+
[`bfb8009`](https://github.com/getcodelimit/codelimit/commit/bfb80099d963475c2d36333ed7ea893437167971))
15+
16+
417
## v0.20.2 (2025-08-12)
518

619
### Bug Fixes

codelimit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.20.2"
1+
version = "0.21.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codelimit"
3-
version = "0.20.2"
3+
version = "0.21.0"
44
description = "Your Refactoring Alarm"
55
authors = [{ name = "Rob van der Leek", email = "robvanderleek@gmail.com" }]
66
requires-python = ">=3.10,<3.15"

0 commit comments

Comments
 (0)