Skip to content

Commit

Permalink
[release-0.19] to 0.19.0 (#1190)
Browse files Browse the repository at this point in the history
to 0.19.0
  • Loading branch information
Hiroshiba committed Apr 26, 2024
1 parent 9ebaa60 commit 9923795
Show file tree
Hide file tree
Showing 5 changed files with 20 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 @@ -15,7 +15,7 @@ on:
env:
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}/voicevox_engine
PYTHON_VERSION: "3.11.3"
VOICEVOX_RESOURCE_VERSION: "0.18.1"
VOICEVOX_RESOURCE_VERSION: "0.19.0"
VOICEVOX_CORE_VERSION: "0.15.3"

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 @@ -26,7 +26,7 @@ on:

env:
PYTHON_VERSION: "3.11.3"
VOICEVOX_RESOURCE_VERSION: "0.18.1"
VOICEVOX_RESOURCE_VERSION: "0.19.0"
VOICEVOX_CORE_VERSION: "0.15.3"

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

# Download Resource
ARG VOICEVOX_RESOURCE_VERSION=0.18.1
ARG VOICEVOX_RESOURCE_VERSION=0.19.0
RUN <<EOF
set -eux

Expand Down
5 changes: 5 additions & 0 deletions engine_manifest_assets/update_infos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"version": "0.19.0",
"descriptions": ["ソング:音量取得APIを追加", "開発環境の向上"],
"contributors": ["sabonerune", "tarepan", "y-chan"]
},
{
"version": "0.18.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 9923795

Please sign in to comment.