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

バージョンアップ 0.21.0 #1474

Merged
merged 1 commit into from
Oct 13, 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
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.20.0"
VOICEVOX_RESOURCE_VERSION: "0.21.0"
VOICEVOX_CORE_VERSION: "0.15.4"

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.20.0"
VOICEVOX_RESOURCE_VERSION: "0.21.0"
VOICEVOX_CORE_VERSION: "0.15.4"

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.20.0
ARG VOICEVOX_RESOURCE_VERSION=0.21.0
RUN <<EOF
set -eux

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.0",
"descriptions": ["開発環境の向上"],
"contributors": ["Hiroshiba", "naga-na", "sabonerune"]
},
{
"version": "0.20.0",
"descriptions": [
Expand Down

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