Skip to content

Commit 5074802

Browse files
author
semantic-release
committed
0.2.4
Automatically generated by python-semantic-release
1 parent 7daccd2 commit 5074802

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to Semantic Versioning.
77

88
<!-- version list -->
99

10+
## v0.2.4 (2026-02-25)
11+
12+
### Bug Fixes
13+
14+
- **packaging**: Guard find_spec against missing parent package
15+
([`7daccd2`](https://github.com/NewComer00/expressive/commit/7daccd2d5f50a00ea6efadde411d13b2c1997c34))
16+
17+
1018
## v0.2.3 (2026-02-25)
1119

1220
### Bug Fixes

__version__.py

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

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.3"
7+
version = "0.2.4"
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)