Skip to content

Commit

Permalink
to 0.14.2 (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Feb 4, 2023
1 parent c5a2e64 commit 8c4d7de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
IMAGE_NAME: ${{ secrets.DOCKERHUB_USERNAME }}/voicevox_engine
PYTHON_VERSION: "3.8.10"
VOICEVOX_RESOURCE_VERSION: "0.14.0"
VOICEVOX_CORE_VERSION: "0.14.0"
VOICEVOX_CORE_VERSION: "0.14.1"
VOICEVOX_ENGINE_VERSION:
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、latestが入る
${{ github.event.release.tag_name || github.event.inputs.version || 'latest' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
env:
PYTHON_VERSION: "3.8.10"
VOICEVOX_RESOURCE_VERSION: "0.14.0"
VOICEVOX_CORE_VERSION: "0.14.0"
VOICEVOX_CORE_VERSION: "0.14.1"

jobs:
config: # 全 jobs で利用する定数の定義. `env` が利用できないコンテキストでも利用できる.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EOF

# assert VOICEVOX_CORE_VERSION >= 0.11.0 (ONNX)
ARG VOICEVOX_CORE_ASSET_PREFIX=voicevox_core-linux-x64-cpu
ARG VOICEVOX_CORE_VERSION=0.14.0
ARG VOICEVOX_CORE_VERSION=0.14.1
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.14.2",
"descriptions": ["DirectML版の生成が遅い問題を修正"],
"contributors": []
},
{
"version": "0.14.1",
"descriptions": ["AquesTalkライクな記法で生成した音声のバグを修正"],
Expand Down

0 comments on commit 8c4d7de

Please sign in to comment.