From c7d4dfb2a471c4c3735068dc9f87166396106c56 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Tue, 20 Feb 2024 21:44:55 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=204.0.1=20=E2=86=92=204.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 6 ++++++ CHANGELOG.md | 12 ++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .cz.toml create mode 100644 CHANGELOG.md diff --git a/.cz.toml b/.cz.toml new file mode 100644 index 0000000..7e15389 --- /dev/null +++ b/.cz.toml @@ -0,0 +1,6 @@ +[tool.commitizen] +name = "cz_conventional_commits" +tag_format = "$version" +version_scheme = "semver" +version = "4.0.2" +update_changelog_on_bump = true diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0ae4c78 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +## 4.0.2 (2024-02-20) + +### Fix + +- sub dynamic in sub dynamic family + +## 4.0.1 (2023-12-17) + +### Feat + +- documentation +- dynamic family can have sub family