Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 18, 2024
1 parent 3fa8b39 commit 4f7de9d
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.9.0 (2024-04-18)

### Feature

* feat: ✨ Multi-language support (#32)

Co-authored-by: robvanderleek <[email protected]> ([`96aba04`](https://github.com/getcodelimit/codelimit/commit/96aba04f58a3216444c1cd78654797a58accecbf))

### Unknown

* Update docs ([`3fa8b39`](https://github.com/getcodelimit/codelimit/commit/3fa8b39555b477d9a3304bbc1196873bc5f65332))

* Do not use env vars ([`f7c93ae`](https://github.com/getcodelimit/codelimit/commit/f7c93ae7b5f1a871774267167d3126ba8f98f97d))

* Refactored code ([`bb74a71`](https://github.com/getcodelimit/codelimit/commit/bb74a71561eb4f22732eaf14b8d1976fea758b59))


## v0.8.1 (2024-02-29)

### Build
Expand Down
2 changes: 1 addition & 1 deletion codelimit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.8.1"
version = "0.9.0"
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.8.1"
version = "0.9.0"
description = ""
authors = ["Rob van der Leek <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 4f7de9d

Please sign in to comment.