Skip to content

Commit

Permalink
3.0.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 3, 2023
1 parent 1a6c021 commit 36d62e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## 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))

### Breaking
* The module structure has been completely changed, and some of the default values for configurations have also been changed. ([`1a6c021`](https://github.com/34j/so-vits-svc-fork/commit/1a6c021cd102b48b44e006decebc165062df8a95))

### Documentation
* **readme:** Update allcontributors link for @MashiroSA ([#210](https://github.com/34j/so-vits-svc-fork/issues/210)) ([`650524b`](https://github.com/34j/so-vits-svc-fork/commit/650524bb37997326e924814632c6202b76660f77))
* **readme:** Add paperspace referral ([#209](https://github.com/34j/so-vits-svc-fork/issues/209)) ([`7280012`](https://github.com/34j/so-vits-svc-fork/commit/7280012df66b5ea71291e5a80bb22451f0ca236e))
* **readme:** Add paperspace link and add more description, add a link for zh-CN docs ([#208](https://github.com/34j/so-vits-svc-fork/issues/208)) ([`bc4b122`](https://github.com/34j/so-vits-svc-fork/commit/bc4b1229e4ad9c046fda38334c4c6d22548356c2))

## v2.1.5 (2023-04-01)
### Fix
* **deps:** Update dependency tensorboard to v2.12.1 ([#199](https://github.com/34j/so-vits-svc-fork/issues/199)) ([`0ccda1c`](https://github.com/34j/so-vits-svc-fork/commit/0ccda1ccb34b8125abe369f738b06de7b77c8efc))
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 = "2.1.5"
version = "3.0.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__ = "2.1.5"
__version__ = "3.0.0"

from .logger import init_logger

Expand Down

0 comments on commit 36d62e3

Please sign in to comment.