Skip to content

Commit 8ab1988

Browse files
authored
build: to 0.23.0 (#1534)
1 parent 2b36a92 commit 8ab1988

File tree

5 files changed

+41
-3
lines changed

5 files changed

+41
-3
lines changed

.github/workflows/build-engine-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}/voicevox_engine
17-
VOICEVOX_RESOURCE_VERSION: "0.22.2"
17+
VOICEVOX_RESOURCE_VERSION: "0.23.0"
1818
VOICEVOX_CORE_VERSION: "0.15.7"
1919

2020
defaults:

.github/workflows/build-engine-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
default: false
2626

2727
env:
28-
VOICEVOX_RESOURCE_VERSION: "0.22.2"
28+
VOICEVOX_RESOURCE_VERSION: "0.23.0"
2929
VOICEVOX_CORE_VERSION: "0.15.7"
3030

3131
defaults:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ RUN <<EOF
281281
EOF
282282

283283
# Download Resource
284-
ARG VOICEVOX_RESOURCE_VERSION=0.22.2
284+
ARG VOICEVOX_RESOURCE_VERSION=0.23.0
285285
RUN <<EOF
286286
set -eux
287287

resources/engine_manifest_assets/update_infos.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
[
2+
{
3+
"version": "0.23.0",
4+
"descriptions": [
5+
"ソング:ピッチ取得APIを追加",
6+
"同一エンジンの複数同時稼働を可能に",
7+
"ARM64版エンジンの提供",
8+
"開発環境の向上"
9+
],
10+
"contributors": [
11+
"takana-v",
12+
"nanae772",
13+
"sabonerune",
14+
"HyodaKazuaki",
15+
"aoirint",
16+
"sigprogramming",
17+
"shunjilin",
18+
"Hiroshiba"
19+
]
20+
},
221
{
322
"version": "0.22.2",
423
"descriptions": ["キャラクター「ぞん子」を追加"],

test/e2e/single_api/engine_info/__snapshots__/test_engine_manifest/test_get_engine_manifest_200.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)