Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 16, 2023
1 parent 5dda87d commit 85f67f8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## v0.5.0 (2023-08-16)

### :bug:

* :bug: Fix for Python headers with nested braces ([`0e95d33`](https://github.com/getcodelimit/codelimit/commit/0e95d33a207f43d40943da32a22a66a7a9759d48))

### :sparkles:

* :sparkles: Issue 15 invoking without tui (#16) ([`5dda87d`](https://github.com/getcodelimit/codelimit/commit/5dda87d4bef6a21069eb0c85a624651d9aff3e02))

### Other

* Fix "PythonLanguage" typo (#17) ([`167f154`](https://github.com/getcodelimit/codelimit/commit/167f154f688777c51d55823aefa5a76c47f490a2))

* :green_heart: Trigger workflow manually ([`5344210`](https://github.com/getcodelimit/codelimit/commit/5344210cfcdeb96110976b59a557de353155a75e))


## v0.4.0 (2023-08-11)

### :lipstick:
Expand Down
2 changes: 1 addition & 1 deletion codelimit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

today = date.today()

version = "0.4.0"
version = "0.5.0"
release_date = today.strftime("%Y-%m-%d")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "codelimit"
version = "0.4.0"
version = "0.5.0"
description = ""
authors = ["Rob van der Leek <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 85f67f8

Please sign in to comment.