From cdd3ee2fa29963f80e57d4e24319e271b93f38f0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri, 13 Sep 2024 02:19:38 +0000 Subject: [PATCH] chore(semantic-release): release 1.5.2 - [ci skip on prod] --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d02630..01dd45b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.2](https://gitlab.com/to-be-continuous/tools/tbc-check/compare/1.5.1...1.5.2) (2024-09-13) + + +### Bug Fixes + +* **deps:** update poetry dependencies ([ed1732e](https://gitlab.com/to-be-continuous/tools/tbc-check/commit/ed1732ea523561c3c9625ad0a8124fc30e578b12)) + ## [1.5.1](https://gitlab.com/to-be-continuous/tools/tbc-check/compare/1.5.0...1.5.1) (2024-09-06) diff --git a/pyproject.toml b/pyproject.toml index 4601571..a26cc5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tbc-check" -version = "1.5.1" +version = "1.5.2" description = "to-be-continuous checker CLI tool" authors = ["Pierre Smeyers <pierre.smeyers@gmail.com>"] license = "LGPL" -- GitLab