diff --git a/.cz.toml b/.cz.toml index cb505c0f..456197fa 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,7 +1,7 @@ [tool.commitizen] version_files = ["VERSION"] -version = "3.2.0" +version = "3.1.0" tag_format = "v$version" name = "cz_customize" diff --git a/CHANGELOG.md b/CHANGELOG.md index a8730766..5cd4fefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,3 @@ -## v3.2.0 (2025-09-01) - -### Feat - -- allow to get results as json (#284) -- allow to disable track while evaluating dependencies (#282) -- expose `check_dependencies` to the main interface (#278) - -### Fix - -- Properly annotate `check_dependencies`'s `selector_method` arg (#287) - -### Docs - -- remove old cache file path from docs (#288) -- fix docs (#286) -- update docs with json and "twyn as a package" examples (#285) - ## v3.1.0 (2025-08-28) ### Feat diff --git a/VERSION b/VERSION index aa6c8967..3a285c2b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v3.2.0 \ No newline at end of file +v3.1.0 \ No newline at end of file