From 44da8d246ee2f21c213de2484ba3e67e0ed6110e Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 22 Mar 2023 11:49:58 +0000 Subject: [PATCH] 1.2.6 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- src/so_vits_svc_fork/__init__.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 011b1615..88e0a32b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v1.2.6 (2023-03-22) +### Fix +* **gui:** Disable checkbox if CUDA is not available and show errors for VC ([#71](https://github.com/34j/so-vits-svc-fork/issues/71)) ([`3fdd983`](https://github.com/34j/so-vits-svc-fork/commit/3fdd9836c3b60d2e737fc7e40efe42a9cc84888e)) + +### Documentation +* Add BlueAmulet as a contributor for question ([#74](https://github.com/34j/so-vits-svc-fork/issues/74)) ([`8d073e3`](https://github.com/34j/so-vits-svc-fork/commit/8d073e3e0798a0739cea5b979cf6cfd361f3e6d3)) +* Add GarrettConway as a contributor for doc ([#73](https://github.com/34j/so-vits-svc-fork/issues/73)) ([`6c6cbc6`](https://github.com/34j/so-vits-svc-fork/commit/6c6cbc6ac8a97ecb71d789a5782bb8db2c4c52f8)) +* **readme:** Update README.md regarding installation, update. WSL audio support ([#72](https://github.com/34j/so-vits-svc-fork/issues/72)) ([`4f1323b`](https://github.com/34j/so-vits-svc-fork/commit/4f1323b3d12a080f38a195bf494db7086dbfa7e4)) + ## v1.2.5 (2023-03-22) ### Fix * Fix RTF calculation ([#70](https://github.com/34j/so-vits-svc-fork/issues/70)) ([`fb25500`](https://github.com/34j/so-vits-svc-fork/commit/fb25500f4e3e70e5d71462715b83fb3bedcf8bd5)) diff --git a/pyproject.toml b/pyproject.toml index 5a366f1f..7eb14e2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "so-vits-svc-fork" -version = "1.2.5" +version = "1.2.6" 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 b7e19904..64c7d51e 100644 --- a/src/so_vits_svc_fork/__init__.py +++ b/src/so_vits_svc_fork/__init__.py @@ -1 +1 @@ -__version__ = "1.2.5" +__version__ = "1.2.6"