Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-0.18] to 0.18.0 #1137

Merged
merged 2 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
env:
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}/voicevox_engine
PYTHON_VERSION: "3.11.3"
VOICEVOX_RESOURCE_VERSION: "0.17.1"
VOICEVOX_CORE_VERSION: "0.15.1"
VOICEVOX_RESOURCE_VERSION: "0.18.0"
VOICEVOX_CORE_VERSION: "0.15.2"

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ on:

env:
PYTHON_VERSION: "3.11.3"
VOICEVOX_RESOURCE_VERSION: "0.17.1"
VOICEVOX_CORE_VERSION: "0.15.1"
VOICEVOX_RESOURCE_VERSION: "0.18.0"
VOICEVOX_CORE_VERSION: "0.15.2"

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EOF
# assert VOICEVOX_CORE_VERSION >= 0.11.0 (ONNX)
ARG TARGETPLATFORM
ARG USE_GPU=false
ARG VOICEVOX_CORE_VERSION=0.15.1
ARG VOICEVOX_CORE_VERSION=0.15.2

RUN <<EOF
set -eux
Expand Down Expand Up @@ -275,7 +275,7 @@ RUN <<EOF
EOF

# Download Resource
ARG VOICEVOX_RESOURCE_VERSION=0.17.1
ARG VOICEVOX_RESOURCE_VERSION=0.18.0
RUN <<EOF
set -eux

Expand Down
15 changes: 15 additions & 0 deletions engine_manifest_assets/update_infos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
[
{
"version": "0.18.0",
"descriptions": [
"デフォルトで全てのCPUを使うことがあるバグを修正",
"デフォルトで127.0.0.1と::1を待ち受けるように変更",
"開発環境の向上"
],
"contributors": [
"Hiroshiba",
"sabonerune",
"siketyan",
"tarepan",
"tomoish"
]
},
{
"version": "0.17.1",
"descriptions": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading