Skip to content

Commit

Permalink
to 0.22.0 (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Dec 13, 2024
1 parent 7fb6325 commit 94b748f
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-engine-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}/voicevox_engine
VOICEVOX_RESOURCE_VERSION: "0.22-preview.0"
VOICEVOX_RESOURCE_VERSION: "0.22.0"
VOICEVOX_CORE_VERSION: "0.15.5"

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-engine-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
default: false

env:
VOICEVOX_RESOURCE_VERSION: "0.22-preview.0"
VOICEVOX_RESOURCE_VERSION: "0.22.0"
VOICEVOX_CORE_VERSION: "0.15.5"

defaults:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ RUN <<EOF
EOF

# Download Resource
ARG VOICEVOX_RESOURCE_VERSION=0.22-preview.0
ARG VOICEVOX_RESOURCE_VERSION=0.22.0
RUN <<EOF
set -eux

Expand Down
17 changes: 17 additions & 0 deletions resources/engine_manifest_assets/update_infos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
[
{
"version": "0.22.0",
"descriptions": [
"ソング対応モーラを追加",
"プリセットの保存先を変更",
"開発環境の向上"
],
"contributors": [
"aoirint",
"Hiroshiba",
"rokujyushi",
"sabonerune",
"sevenc-nanashi",
"takana-v",
"tarepan"
]
},
{
"version": "0.21.1",
"descriptions": ["キャラクター「Voidoll」を追加"],
Expand Down

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

0 comments on commit 94b748f

Please sign in to comment.