From ed08511770ae1fa91d8a22a0f8c8feea5115e8fc Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 8 Sep 2023 17:06:13 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.4.4=20=E2=86=92=201.4.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index e018422..ecaac5e 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,4 +1,4 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "1.4.4" +version = "1.4.5" tag_format = "v$version" diff --git a/CHANGELOG.md b/CHANGELOG.md index f72cd48..fdd58ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.4.5 (2023-09-08) + +### Fix + +- Infinite recursion in assignment finder (fixes #57) + ## v1.4.4 (2023-08-20) ### Fix