Skip to content

Commit f5ddc6f

Browse files
author
semantic-release
committed
0.20.0
Automatically generated by python-semantic-release
1 parent 7e96bc2 commit f5ddc6f

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.20.0 (2025-08-11)
5+
6+
### Bug Fixes
7+
8+
- 🐛 Fix
9+
([`6954191`](https://github.com/getcodelimit/codelimit/commit/6954191ca7edccb138ca1a96635b029b6517ad8a))
10+
11+
- 🐛 Fix click issue
12+
([`c2acfdd`](https://github.com/getcodelimit/codelimit/commit/c2acfddd3f09c12464afa4ef3fddd8258641d75f))
13+
14+
- 🐛 Fix path error
15+
([`7e96bc2`](https://github.com/getcodelimit/codelimit/commit/7e96bc201216038886191dde2f417f38330b6ad6))
16+
17+
- 🩹 Small changes
18+
([`ec5f0da`](https://github.com/getcodelimit/codelimit/commit/ec5f0da7c43f3ebd4a9812d81f4ef25ba75f138d))
19+
20+
### Chores
21+
22+
- 🚧 Test workflow
23+
([`247358a`](https://github.com/getcodelimit/codelimit/commit/247358abd8258c507c53e92ed7ff92b0952d1cbd))
24+
25+
### Features
26+
27+
- ✨ Build Docker image
28+
([`c0d57c7`](https://github.com/getcodelimit/codelimit/commit/c0d57c74eff90665b360aae09eaef294b935b6f3))
29+
30+
431
## v0.19.9 (2025-07-14)
532

633
### Bug Fixes

codelimit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.19.9"
1+
version = "0.20.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.19.9"
3+
version = "0.20.0"
44
description = "Your Refactoring Alarm"
55
authors = [{ name = "Rob van der Leek", email = "robvanderleek@gmail.com" }]
66
requires-python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)