Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 3, 2023
1 parent e921c3d commit 1ff7bcb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v3.0.1 (2023-04-03)
### Fix
* Remove possible leak in unused code ([#203](https://github.com/34j/so-vits-svc-fork/issues/203)) ([`e921c3d`](https://github.com/34j/so-vits-svc-fork/commit/e921c3dc018ea783b4c26375a04f499a45ad9df0))

### Performance
* **utils:** Better implementation of repeat_expand_2d ([#216](https://github.com/34j/so-vits-svc-fork/issues/216)) ([`ef30a9d`](https://github.com/34j/so-vits-svc-fork/commit/ef30a9d5ae60fdde5f6b44d6cea8cee0a40dd3e9))

## v3.0.0 (2023-04-03)
### Feature
* Add quickvc, fix usage of ContentVec, remove onnx support ([#197](https://github.com/34j/so-vits-svc-fork/issues/197)) ([`1a6c021`](https://github.com/34j/so-vits-svc-fork/commit/1a6c021cd102b48b44e006decebc165062df8a95))
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 = "3.0.0"
version = "3.0.1"
description = "A fork of so-vits-svc."
authors = ["34j <[email protected]>"]
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__ = "3.0.0"
__version__ = "3.0.1"

from .logger import init_logger

Expand Down

0 comments on commit 1ff7bcb

Please sign in to comment.