Skip to content

Commit 85f67f8

Browse files
author
github-actions
committed
0.5.0
Automatically generated by python-semantic-release
1 parent 5dda87d commit 85f67f8

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33

44

5+
## v0.5.0 (2023-08-16)
6+
7+
### :bug:
8+
9+
* :bug: Fix for Python headers with nested braces ([`0e95d33`](https://github.com/getcodelimit/codelimit/commit/0e95d33a207f43d40943da32a22a66a7a9759d48))
10+
11+
### :sparkles:
12+
13+
* :sparkles: Issue 15 invoking without tui (#16) ([`5dda87d`](https://github.com/getcodelimit/codelimit/commit/5dda87d4bef6a21069eb0c85a624651d9aff3e02))
14+
15+
### Other
16+
17+
* Fix "PythonLanguage" typo (#17) ([`167f154`](https://github.com/getcodelimit/codelimit/commit/167f154f688777c51d55823aefa5a76c47f490a2))
18+
19+
* :green_heart: Trigger workflow manually ([`5344210`](https://github.com/getcodelimit/codelimit/commit/5344210cfcdeb96110976b59a557de353155a75e))
20+
21+
522
## v0.4.0 (2023-08-11)
623

724
### :lipstick:

codelimit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
today = date.today()
44

5-
version = "0.4.0"
5+
version = "0.5.0"
66
release_date = today.strftime("%Y-%m-%d")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codelimit"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = ""
55
authors = ["Rob van der Leek <robvanderleek@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)