Skip to content

Commit

Permalink
merge 0.17.1 (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Mar 9, 2024
2 parents dc6bbbb + 6324ed6 commit 9f1f0e8
Show file tree
Hide file tree
Showing 6 changed files with 252 additions and 204 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
env:
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}/voicevox_engine
PYTHON_VERSION: "3.11.3"
VOICEVOX_RESOURCE_VERSION: "0.16.0"
VOICEVOX_CORE_VERSION: "0.15.0"
VOICEVOX_RESOURCE_VERSION: "0.17.1"
VOICEVOX_CORE_VERSION: "0.15.1"

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

env:
PYTHON_VERSION: "3.11.3"
VOICEVOX_RESOURCE_VERSION: "0.16.0"
VOICEVOX_CORE_VERSION: "0.15.0"
VOICEVOX_RESOURCE_VERSION: "0.17.1"
VOICEVOX_CORE_VERSION: "0.15.1"

defaults:
run:
Expand Down Expand Up @@ -558,7 +558,7 @@ jobs:
mv archives_7z.txt "${{ steps.vars.outputs.package_name }}.7z.txt"
- name: Upload 7z archives to artifact
if: github.event.inputs.upload_artifact
if: github.event.inputs.upload_artifact == 'true'
uses: actions/upload-artifact@v3
with:
name: ${{ steps.vars.outputs.package_name }}
Expand Down Expand Up @@ -604,7 +604,7 @@ jobs:
mv archives_vvpp.txt "${{ steps.vars.outputs.package_name }}.vvpp.txt"
- name: Upload VVPP archives to artifact
if: github.event.inputs.upload_artifact
if: github.event.inputs.upload_artifact == 'true'
uses: actions/upload-artifact@v3
with:
name: ${{ steps.vars.outputs.package_name }}
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EOF
# assert VOICEVOX_CORE_VERSION >= 0.11.0 (ONNX)
ARG TARGETPLATFORM
ARG USE_GPU=false
ARG VOICEVOX_CORE_VERSION=0.15.0
ARG VOICEVOX_CORE_VERSION=0.15.1

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

# Download Resource
ARG VOICEVOX_RESOURCE_VERSION=0.16.0
ARG VOICEVOX_RESOURCE_VERSION=0.17.1
RUN <<EOF
set -eux

Expand Down
14 changes: 14 additions & 0 deletions engine_manifest_assets/update_infos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"version": "0.17.1",
"descriptions": [
"キャラクター「玄野武宏」「白上虎太郎」「青山龍星」「冥鳴ひまり」「九州そら」のハミングを追加",
"キャラクター「もち子さん」「剣崎雌雄」のハミングを追加",
"バグ修正"
],
"contributors": ["PickledChair"]
},
{
"version": "0.17.0",
"descriptions": ["開発環境の向上"],
"contributors": ["Hiroshiba", "misogihagi", "tarepan", "tuna2134"]
},
{
"version": "0.16.0",
"descriptions": [
Expand Down

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

Loading

0 comments on commit 9f1f0e8

Please sign in to comment.