Skip to content

Commit 0e25dfa

Browse files
author
semantic-release
committed
0.19.8
Automatically generated by python-semantic-release
1 parent 2873cb3 commit 0e25dfa

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.19.8 (2025-07-02)
5+
6+
### Bug Fixes
7+
8+
- πŸ› Add strict option for semantic release
9+
([`2873cb3`](https://github.com/getcodelimit/codelimit/commit/2873cb39f5c946cc94a89a02e96e611d4beac572))
10+
11+
### Documentation
12+
13+
- πŸ“ Update project documentation
14+
([`049c48b`](https://github.com/getcodelimit/codelimit/commit/049c48bf05ea11cd26f6ae856771f70e2e278d24))
15+
16+
417
## v0.19.7 (2025-06-30)
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.19.7"
1+
version = "0.19.8"

β€Ž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.7"
3+
version = "0.19.8"
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)