Skip to content

Commit 2e74d70

Browse files
author
semantic-release
committed
0.20.1
Automatically generated by python-semantic-release
1 parent d3689c4 commit 2e74d70

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.20.1 (2025-08-11)
5+
6+
### Bug Fixes
7+
8+
- 🐛 Fix release workflow
9+
([`d3689c4`](https://github.com/getcodelimit/codelimit/commit/d3689c4083eec2baa41d02eaaf1cadef115f68e5))
10+
11+
412
## v0.20.0 (2025-08-11)
513

614
### 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.0"
1+
version = "0.20.1"

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.0"
3+
version = "0.20.1"
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)