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 diff --git a/tiramisu/__init__.py b/tiramisu/__init__.py index 1cfd1a3..1b94e84 100644 --- a/tiramisu/__init__.py +++ b/tiramisu/__init__.py @@ -56,4 +56,4 @@ allfuncs.extend(all_options) del(all_options) __all__ = tuple(allfuncs) del(allfuncs) -__version__ = "4.0.1" +__version__ = "4.1.0"