diff --git a/CHANGELOG.md b/CHANGELOG.md index 87e3f61..cbdc267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## v0.9.0 (2024-04-18) + +### Feature + +* feat: ✨ Multi-language support (#32) + +Co-authored-by: robvanderleek <robvanderleek@users.noreply.github.com> ([`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 diff --git a/codelimit/version.py b/codelimit/version.py index 73baf8f..051849a 100644 --- a/codelimit/version.py +++ b/codelimit/version.py @@ -1 +1 @@ -version = "0.8.1" +version = "0.9.0" diff --git a/pyproject.toml b/pyproject.toml index 24caf53..9e02d38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "codelimit" -version = "0.8.1" +version = "0.9.0" description = "" authors = ["Rob van der Leek "] readme = "README.md"