Skip to content

Commit 794e32e

Browse files
author
semantic-release
committed
0.19.1
Automatically generated by python-semantic-release
1 parent db599b5 commit 794e32e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

33

4+
## v0.19.1 (2025-06-28)
5+
6+
### Bug Fixes
7+
8+
- πŸ› Fix release workflow
9+
([`1403391`](https://github.com/getcodelimit/codelimit/commit/1403391b6f3428039670e63e7133f297dff344fd))
10+
11+
- πŸ› Update lock file
12+
([`db599b5`](https://github.com/getcodelimit/codelimit/commit/db599b5fde6dafe0f9fb60251a1b879f5a56610a))
13+
14+
415
## v0.19.0 (2025-06-28)
516

617
### 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.0"
1+
version = "0.19.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.19.0"
3+
version = "0.19.1"
44
description = ""
55
authors = [{ name = "Rob van der Leek", email = "robvanderleek@gmail.com" }]
66
requires-python = ">=3.10,<3.14"

0 commit comments

Comments
Β (0)