From 13c713626a038ece3ec3cc7e6f4cdfcbc606db42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 May 2024 21:26:47 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.1.2=20=E2=86=92=201.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77adeb3..6ede252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v1.1.3 (2024-05-28) + +### Fix + +- ci activation rules +- ci activation rules + ## v1.1.2 (2024-05-28) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 4b8722f..0a1c224 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ testpaths = ["tests/python"] [tool.commitizen] name = "cz_conventional_commits" -version = "1.1.2" +version = "1.1.3" tag_format = "v$version" [tool.cibuildwheel]