Skip to content

Commit 5beddf8

Browse files
author
semantic-release
committed
0.19.0
Automatically generated by python-semantic-release
1 parent bed4c54 commit 5beddf8

3 files changed

Lines changed: 44 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.19.0 (2025-06-28)
5+
6+
### Bug Fixes
7+
8+
- 🐛 Fix release
9+
([`f7f9ba8`](https://github.com/getcodelimit/codelimit/commit/f7f9ba84ded07588558ef1b814939e7aec7d5df5))
10+
11+
- 🐛 Fix rounding errors
12+
([`5ee3993`](https://github.com/getcodelimit/codelimit/commit/5ee399339302271ae5fea9b7bf91b8412a412b90))
13+
14+
- 🐛 Fix Typer/Click bug, migrated from Poetry to uv
15+
([`12de14c`](https://github.com/getcodelimit/codelimit/commit/12de14cc5e8f6ad98a72709fa3c7d0d4e923d5f2))
16+
17+
### Build System
18+
19+
- 📌 Fix PSR GHA
20+
([`bed4c54`](https://github.com/getcodelimit/codelimit/commit/bed4c54c8d26e6e74554e8a08dcf62e6bec0cd86))
21+
22+
### Chores
23+
24+
- 🚧 Back to correct version
25+
([`e8513a4`](https://github.com/getcodelimit/codelimit/commit/e8513a43fe1a1c56dc73498393812cfa512760e2))
26+
27+
- 🚧 Revert release changes
28+
([`b6788fd`](https://github.com/getcodelimit/codelimit/commit/b6788fdc3dd6661c33d96eec63f826f1aafba10b))
29+
30+
### Continuous Integration
31+
32+
- 💚 Migrate from Poetry to uv
33+
([`eb448e5`](https://github.com/getcodelimit/codelimit/commit/eb448e5c25b84250c9984ffdeee3a949eab8d676))
34+
35+
### Features
36+
37+
- ✨ Add C# support ([#75](https://github.com/getcodelimit/codelimit/pull/75),
38+
[`765ce4c`](https://github.com/getcodelimit/codelimit/commit/765ce4c86d93ef4474ab2bee7cf5657471faed3f))
39+
40+
### Testing
41+
42+
- ✅ Add new regression repo
43+
([`b3a63f6`](https://github.com/getcodelimit/codelimit/commit/b3a63f61ecc9450d9c53ceae93c26246a5e44ee6))
44+
45+
446
## v0.18.1 (2025-01-07)
547

648
### Bug Fixes

codelimit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.18.1"
1+
version = "0.19.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.18.1"
3+
version = "0.19.0"
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)