Skip to content

Commit

Permalink
4.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 11, 2024
1 parent 41b147f commit 98d9168
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

<!--next-version-placeholder-->

## 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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/so_vits_svc_fork/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.1.61"
__version__ = "4.2.0"

from .logger import init_logger

Expand Down

0 comments on commit 98d9168

Please sign in to comment.