diff --git a/CHANGELOG.md b/CHANGELOG.md index a3cf02f..348e39a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v0.12.1 (2024-12-07) + +### Bug Fixes + +- 🐛 Do not build on Ubuntu 24, yet + ([`d70b8b3`](https://github.com/getcodelimit/codelimit/commit/d70b8b3ad64132bd07c090b9fc09219e007ec6a0)) + +### Continuous Integration + +- 💚 Do not build on Ubuntu 24, yet + ([`6a71989`](https://github.com/getcodelimit/codelimit/commit/6a71989ab87f9b3ac479e0f660f2edcdce790f12)) + + ## v0.12.0 (2024-12-07) ### Chores diff --git a/codelimit/version.py b/codelimit/version.py index 45db7bb..a2787f6 100644 --- a/codelimit/version.py +++ b/codelimit/version.py @@ -1 +1 @@ -version = "0.12.0" +version = "0.12.1" diff --git a/pyproject.toml b/pyproject.toml index a7f77b2..0f50675 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "codelimit" -version = "0.12.0" +version = "0.12.1" description = "" authors = ["Rob van der Leek "] license = "GPL-3.0-or-later"