From 23c9302e219d04cb4e6150f8c632b7fd66a449e2 Mon Sep 17 00:00:00 2001 From: Daniel Sanz <13658011+sdn4z@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:15:44 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=206.0.0=20=E2=86=92=206.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ VERSION | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/.cz.toml b/.cz.toml index a15cf97..8e55f98 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,7 +1,7 @@ [tool.commitizen] version_files = ["VERSION"] -version = "6.0.0" +version = "6.0.1" tag_format = "v$version" name = "cz_customize" diff --git a/CHANGELOG.md b/CHANGELOG.md index e800ca3..9abd242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +## v6.0.1 (2026-01-12) + +### Fix + +- build package with specified Python version (#395) + +### Technical + +- bump actions/cache from 4.3.0 to 5.0.1 (#403) +- bump actions/upload-artifact from 5.0.0 to 6.0.0 (#404) +- bump actions/download-artifact from 6.0.0 to 7.0.0 (#405) +- bump dependencies (#406) +- Weekly update of trusted packages +- Weekly update of trusted packages +- Weekly update of trusted packages +- Weekly update of trusted packages +- bump the patch-updates group with 3 updates (#401) +- Weekly update of trusted packages +- bump dependencies (#402) +- Weekly update of trusted packages +- bump softprops/action-gh-release from 2.4.2 to 2.5.0 (#400) +- Weekly update of trusted packages +- bump actions/checkout from 5.0.0 to 6.0.0 (#398) +- bump actions/create-github-app-token from 2.1.4 to 2.2.0 (#399) +- bump astral-sh/setup-uv from 7.1.2 to 7.1.4 in the patch-updates group (#397) +- Weekly update of trusted packages +- Weekly update of trusted packages +- bump softprops/action-gh-release from 2.4.1 to 2.4.2 in the patch-updates group (#396) +- Weekly update of trusted packages + ## v6.0.0 (2025-11-07) ### Feat diff --git a/VERSION b/VERSION index 9f925ba..478bbbb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v6.0.0 \ No newline at end of file +v6.0.1 \ No newline at end of file