chore: release v2.3.3

This commit is contained in:
2026-05-03 02:50:17 +02:00
parent 89beca4409
commit f140165f75
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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
+1 -1
View File
@@ -1 +1 @@
2.3.2
2.3.3