File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ and this project adheres to Semantic Versioning.
77
88<!-- version list -->
99
10+ ## v0.3.0 (2026-03-03)
11+
12+ ### Bug Fixes
13+
14+ - ** expressions/pitd** : Adjust swift-f0 defaults for confidence_ref and semitone_shift
15+ ([ ` e4a707c ` ] ( https://github.com/NewComer00/expressive/commit/e4a707c800472d4ebf51e44d70af8bb33138cae9 ) )
16+
17+ ### Features
18+
19+ - Add swift-f0 backend, polish help texts, update i18n
20+ ([ ` 7f30d6c ` ] ( https://github.com/NewComer00/expressive/commit/7f30d6c5ddc7a2475aceacbae501b16f3ff973e6 ) )
21+
22+ ### Refactoring
23+
24+ - ** cli** : Extract RichHelpFormatter to dedicated module
25+ ([ ` 0fce1fd ` ] ( https://github.com/NewComer00/expressive/commit/0fce1fd38d7281d32e99b34cbad9b052c20549d3 ) )
26+
27+
1028## v0.2.4 (2026-02-25)
1129
1230### Bug Fixes
Original file line number Diff line number Diff line change 1- VERSION = "0.2.4 "
1+ VERSION = "0.3.0 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " expressive"
7- version = " 0.2.4 "
7+ version = " 0.3.0 "
88description = " A tool to migrate expressions from real singers to DiffSingers"
99readme = " README.md"
1010requires-python = " ==3.10.*"
You can’t perform that action at this time.
0 commit comments