Skip to content

Commit

Permalink
to 0.21.1 (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Oct 26, 2024
1 parent dd7a7a7 commit fe3eb76
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.21.0"
VOICEVOX_CORE_VERSION: "0.15.4"
VOICEVOX_RESOURCE_VERSION: "0.21.1"
VOICEVOX_CORE_VERSION: "0.15.5"

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.21.0"
VOICEVOX_CORE_VERSION: "0.15.4"
VOICEVOX_RESOURCE_VERSION: "0.21.1"
VOICEVOX_CORE_VERSION: "0.15.5"

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.4
ARG VOICEVOX_CORE_VERSION=0.15.5

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

# Download Resource
ARG VOICEVOX_RESOURCE_VERSION=0.21.0
ARG VOICEVOX_RESOURCE_VERSION=0.21.1
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 @@ -45,6 +45,7 @@
ビィ,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,ビー,ビー,1/2,C1
ひまり,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,ヒマリ,ヒマリ,0/3,C1
紅桜,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,ベニザクラ,ベニザクラ,3/5,C1
Voidoll,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ボイドール,ボイドール,3/5,C1
聖騎士,1350,1350,8600,名詞,固有名詞,人名,姓,*,*,*,ホーリーナイト,ホーリーナイト,5/7,C1
WhiteCUL,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ホワイトカル,ホワイトカル,5/6,C1
まろん,1351,1351,7450,名詞,固有名詞,人名,名,*,*,*,マロン,マロン,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.21.1",
"descriptions": ["キャラクター「Voidoll」を追加"],
"contributors": []
},
{
"version": "0.21.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 fe3eb76

Please sign in to comment.