Skip to content

Commit cf08395

Browse files
author
semantic-release
committed
0.19.9
Automatically generated by python-semantic-release
1 parent 7130cc6 commit cf08395

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.19.9 (2025-07-14)
5+
6+
### Bug Fixes
7+
8+
- 🐛 Fix parse issue with function types in C++
9+
([#78](https://github.com/getcodelimit/codelimit/pull/78),
10+
[`7130cc6`](https://github.com/getcodelimit/codelimit/commit/7130cc638899e6d032c7e0fb35d40a4729d933a2))
11+
12+
413
## v0.19.8 (2025-07-02)
514

615
### 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.8"
1+
version = "0.19.9"

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.8"
3+
version = "0.19.9"
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)