From f140165f75120ec19483e8a4b24103d608bc472f Mon Sep 17 00:00:00 2001 From: Simone Date: Sun, 3 May 2026 02:50:17 +0200 Subject: [PATCH] chore: release v2.3.3 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c0f70..21240ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ e il progetto aderisce al [Semantic Versioning](https://semver.org/spec/v2.0.0.h ## [Unreleased] +## [2.3.3] — 2026-05-03 + +### Fixed +- f-string `/t:{'Rebuild' if rebuild else 'Build'}` in all `tools/legacy/` build scripts caused `SyntaxError` on Python 3.10/3.11 when the outer f-string also uses single quotes; replaced with plain string concatenation `'/t:' + ('Rebuild' if rebuild else 'Build')` + ## [2.3.2] — 2026-05-03 ### Fixed diff --git a/VERSION b/VERSION index f90b1af..0bee604 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.2 +2.3.3