diff --git a/CHANGELOG.md b/CHANGELOG.md index 25ff5d9393127f0bf50100001a9fd8dd996262df..c114c504fc0f367cc2b79e9bd2875d08be939311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.13](https://gitlab.com/to-be-continuous/tools/tbc-check/compare/1.5.12...1.5.13) (2025-05-02) + + +### Bug Fixes + +* **deps:** update poetry dependencies ([18a95e5](https://gitlab.com/to-be-continuous/tools/tbc-check/commit/18a95e5946833a09575577fa9f94b7734efc9e32)) + ## [1.5.12](https://gitlab.com/to-be-continuous/tools/tbc-check/compare/1.5.11...1.5.12) (2025-04-11) diff --git a/pyproject.toml b/pyproject.toml index 493656a8842c83da8cb1e211be330b6200b61625..b6b208f9a38b940a846235dd565aa917071e7fca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tbc-check" -version = "1.5.12" +version = "1.5.13" description = "to-be-continuous checker CLI tool" authors = ["Pierre Smeyers <pierre.smeyers@gmail.com>"] license = "LGPL"