Skip to content

Commit

Permalink
[release-0.17] to 0.17.1 (#1114)
Browse files Browse the repository at this point in the history
* 0.17.1

* テスト落ちてた
  • Loading branch information
Hiroshiba authored Mar 8, 2024
1 parent bdc45ac commit 6324ed6
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
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.0"
VOICEVOX_CORE_VERSION: "0.15.0"
VOICEVOX_RESOURCE_VERSION: "0.17.1"
VOICEVOX_CORE_VERSION: "0.15.1"

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.0"
VOICEVOX_CORE_VERSION: "0.15.0"
VOICEVOX_RESOURCE_VERSION: "0.17.1"
VOICEVOX_CORE_VERSION: "0.15.1"

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.0
ARG VOICEVOX_CORE_VERSION=0.15.1

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

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

Expand Down
9 changes: 9 additions & 0 deletions engine_manifest_assets/update_infos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "0.17.1",
"descriptions": [
"キャラクター「玄野武宏」「白上虎太郎」「青山龍星」「冥鳴ひまり」「九州そら」のハミングを追加",
"キャラクター「もち子さん」「剣崎雌雄」のハミングを追加",
"バグ修正"
],
"contributors": ["PickledChair"]
},
{
"version": "0.17.0",
"descriptions": ["開発環境の向上"],
Expand Down

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

0 comments on commit 6324ed6

Please sign in to comment.