From dd84a487d1c994bd76a89897433d2f4d7dd2c2e1 Mon Sep 17 00:00:00 2001 From: Daniel Sanz <13658011+sdn4z@users.noreply.github.com> Date: Tue, 2 Sep 2025 12:07:47 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20Revert=20"bump:=20version=203.1.0=20?= =?UTF-8?q?=E2=86=92=203.2.0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit version 3.2.0 was mistakenly created. This commit reverts the changes associated to that commit and makes it ready to be bumped to 4.0.0 BREAKING CHANGE --- .cz.toml | 2 +- CHANGELOG.md | 18 ------------------ VERSION | 2 +- 3 files changed, 2 insertions(+), 20 deletions(-) diff --git a/.cz.toml b/.cz.toml index cb505c0..456197f 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 a873076..5cd4fef 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 aa6c896..3a285c2 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