diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ee71ca..07d8a935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +## v4.2.0 (2024-04-11) + +### Feature + +* **pre-sd:** Add leading zeros for 4-digit width of the output file name's numeric part #1154 ([#1155](https://github.com/voicepaw/so-vits-svc-fork/issues/1155)) ([`41b147f`](https://github.com/voicepaw/so-vits-svc-fork/commit/41b147f6c20873fc1cfeaae50d27b7b80d5fdeb6)) + +### Fix + +* **pre-sd:** Set speaker-diarization version to 3.1 for pyannote.audio 3.1.1 compatibility ([#1157](https://github.com/voicepaw/so-vits-svc-fork/issues/1157)) ([`9bd3089`](https://github.com/voicepaw/so-vits-svc-fork/commit/9bd3089d87be0c4e7bd0fbed51c06c203ad55474)) + +### Documentation + +* Add annagorshunova as a contributor for bug, and code ([#1158](https://github.com/voicepaw/so-vits-svc-fork/issues/1158)) ([`50f6d79`](https://github.com/voicepaw/so-vits-svc-fork/commit/50f6d79f81d443c3dea9a4de3c65dca6988080ac)) + ## v4.1.61 (2024-04-06) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 5401cc58..5b85a34b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "so-vits-svc-fork" -version = "4.1.61" +version = "4.2.0" description = "A fork of so-vits-svc." authors = ["34j <34j.95a2p@simplelogin.com>"] license = "MIT" diff --git a/src/so_vits_svc_fork/__init__.py b/src/so_vits_svc_fork/__init__.py index c7750de5..7829011d 100644 --- a/src/so_vits_svc_fork/__init__.py +++ b/src/so_vits_svc_fork/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.1.61" +__version__ = "4.2.0" from .logger import init_logger