diff --git a/CHANGELOG.md b/CHANGELOG.md index c822d462..0e76e74f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v0.6.2 (2023-03-19) +### Fix +* Use hubert preprocess force_rebuild argument ([#15](https://github.com/34j/so-vits-svc-fork/issues/15)) ([`87cf807`](https://github.com/34j/so-vits-svc-fork/commit/87cf807496248e2c7b859069f81aa040e86aec59)) + +### Documentation +* Add GarrettConway as a contributor for bug ([#17](https://github.com/34j/so-vits-svc-fork/issues/17)) ([`31d9671`](https://github.com/34j/so-vits-svc-fork/commit/31d9671207143fd06b8db148802d1e27874151ce)) +* **notebook:** Launch tensorboard ([#16](https://github.com/34j/so-vits-svc-fork/issues/16)) ([`52229ba`](https://github.com/34j/so-vits-svc-fork/commit/52229ba0fe9458e37b45287c0a716c7cd36adbd6)) +* Add 34j as a contributor for example, infra, and 6 more ([#14](https://github.com/34j/so-vits-svc-fork/issues/14)) ([`1b90378`](https://github.com/34j/so-vits-svc-fork/commit/1b903783b4b89f2f5a4fc2e1b47f3eade0c0402f)) +* Add GarrettConway as a contributor for code ([#13](https://github.com/34j/so-vits-svc-fork/issues/13)) ([`716813f`](https://github.com/34j/so-vits-svc-fork/commit/716813fbff85ab4609d8ec3f374b78c6551877e5)) + ## v0.6.1 (2023-03-19) ### Performance * **preprocessing:** Better performance ([#12](https://github.com/34j/so-vits-svc-fork/issues/12)) ([`668c8e1`](https://github.com/34j/so-vits-svc-fork/commit/668c8e1f18cefb0ebd2fb2f1d6572ce4d37d1102)) diff --git a/pyproject.toml b/pyproject.toml index b32c57d1..09c344a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "so-vits-svc-fork" -version = "0.6.1" +version = "0.6.2" 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 43c4ab00..22049ab2 100644 --- a/src/so_vits_svc_fork/__init__.py +++ b/src/so_vits_svc_fork/__init__.py @@ -1 +1 @@ -__version__ = "0.6.1" +__version__ = "0.6.2"