Skip to content

Commit

Permalink
add: [release-0.22] to 0.22.2 (#1510)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Dec 28, 2024
1 parent 8c779dd commit b1ebd0e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-engine-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:

env:
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}/voicevox_engine
VOICEVOX_RESOURCE_VERSION: "0.22.1"
VOICEVOX_CORE_VERSION: "0.15.6"
VOICEVOX_RESOURCE_VERSION: "0.22.2"
VOICEVOX_CORE_VERSION: "0.15.7"

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

env:
VOICEVOX_RESOURCE_VERSION: "0.22.1"
VOICEVOX_CORE_VERSION: "0.15.6"
VOICEVOX_RESOURCE_VERSION: "0.22.2"
VOICEVOX_CORE_VERSION: "0.15.7"

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

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

# Download Resource
ARG VOICEVOX_RESOURCE_VERSION=0.22.1
ARG VOICEVOX_RESOURCE_VERSION=0.22.2
RUN <<EOF
set -eux

Expand Down
1 change: 1 addition & 0 deletions resources/default.csv
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
ずんだもん,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ズンダモン,ズンダモン,1/5,C1
そら,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,ソラ,ソラ,1/2,C1
宗麟,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ソウリン,ソウリン,1/4,C1
ぞん子,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ゾンコ,ゾンコ,1/3,C1
タイプT,1351,1351,5000,名詞,固有名詞,人名,名,*,*,*,タイプティー,タイプティー,4/5,C1
中国,1350,1350,8600,名詞,固有名詞,人名,姓,*,*,*,チュウゴク,チュウゴク,1/4,C1
中部,1350,1350,8600,名詞,固有名詞,人名,姓,*,*,*,チュウブ,チュウブ,1/3,C1
Expand Down
5 changes: 5 additions & 0 deletions resources/engine_manifest_assets/update_infos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"version": "0.22.2",
"descriptions": ["キャラクター「ぞん子」を追加"],
"contributors": []
},
{
"version": "0.22.1",
"descriptions": ["キャラクター「中部つるぎ」を追加"],
Expand Down

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

0 comments on commit b1ebd0e

Please sign in to comment.