Skip to content

Commit bd81c78

Browse files
author
semantic-release
committed
0.3.0
Automatically generated by python-semantic-release
1 parent e4a707c commit bd81c78

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.2.4"
1+
VERSION = "0.3.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "expressive"
7-
version = "0.2.4"
7+
version = "0.3.0"
88
description = "A tool to migrate expressions from real singers to DiffSingers"
99
readme = "README.md"
1010
requires-python = "==3.10.*"

0 commit comments

Comments
 (0)