Skip to content

Commit

Permalink
release v1.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Jul 4, 2024
1 parent aae0c57 commit 13c8e4d
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 20 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release-dart-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@ jobs:
rm libonnxruntime.so
ln -s libonnxruntime.so.* ./libonnxruntime.so
rm libpiper_phonemize.so.1
rm libpiper_phonemize.so
ln -s libpiper_phonemize.so.1.2.0 libpiper_phonemize.so.1
ln -s libpiper_phonemize.so.1 libpiper_phonemize.so
popd
mv -v flutter/sherpa_onnx_linux /tmp/to_be_published
Expand Down Expand Up @@ -220,9 +214,6 @@ jobs:
rm libonnxruntime.dylib
rm libpiper_phonemize.1.dylib
rm libpiper_phonemize.dylib
ls -lh
popd
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.10.9

* Fix released packages. piper-phonemize was not included in v1.10.8.

## 1.10.8

* Fix released packages. There should be a lib directory.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project(sherpa-onnx)
# ./nodejs-addon-examples
# ./dart-api-examples/
# ./sherpa-onnx/flutter/CHANGELOG.md
set(SHERPA_ONNX_VERSION "1.10.8")
set(SHERPA_ONNX_VERSION "1.10.9")

# Disable warning about
#
Expand Down
2 changes: 1 addition & 1 deletion dart-api-examples/non-streaming-asr/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:

# Add regular dependencies here.
dependencies:
sherpa_onnx: ^1.10.8
sherpa_onnx: ^1.10.9
path: ^1.9.0
args: ^2.5.0

Expand Down
2 changes: 1 addition & 1 deletion dart-api-examples/streaming-asr/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:

# Add regular dependencies here.
dependencies:
sherpa_onnx: ^1.10.8
sherpa_onnx: ^1.10.9
path: ^1.9.0
args: ^2.5.0

Expand Down
2 changes: 1 addition & 1 deletion dart-api-examples/tts/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

# Add regular dependencies here.
dependencies:
sherpa_onnx: ^1.10.8
sherpa_onnx: ^1.10.9
path: ^1.9.0
args: ^2.5.0

Expand Down
2 changes: 1 addition & 1 deletion dart-api-examples/vad/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
sdk: ^3.4.0

dependencies:
sherpa_onnx: ^1.10.8
sherpa_onnx: ^1.10.9
path: ^1.9.0
args: ^2.5.0

Expand Down
2 changes: 1 addition & 1 deletion flutter-examples/streaming_asr/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
record: ^5.1.0
url_launcher: ^6.2.6

sherpa_onnx: ^1.10.8
sherpa_onnx: ^1.10.9
# sherpa_onnx:
# path: ../../flutter/sherpa_onnx

Expand Down
10 changes: 5 additions & 5 deletions flutter/sherpa_onnx/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ topics:
- voice-activity-detection

# remember to change the version in ../sherpa_onnx_macos/macos/sherpa_onnx_macos.podspec
version: 1.10.7
version: 1.10.9

homepage: https://github.com/k2-fsa/sherpa-onnx

Expand All @@ -30,16 +30,16 @@ dependencies:
flutter:
sdk: flutter

sherpa_onnx_android: ^1.10.8
sherpa_onnx_android: ^1.10.9
# path: ../sherpa_onnx_android

sherpa_onnx_macos: ^1.10.8
sherpa_onnx_macos: ^1.10.9
# path: ../sherpa_onnx_macos

sherpa_onnx_linux: ^1.10.8
sherpa_onnx_linux: ^1.10.9
# path: ../sherpa_onnx_linux
#
sherpa_onnx_windows: ^1.10.8
sherpa_onnx_windows: ^1.10.9
# path: ../sherpa_onnx_windows

flutter:
Expand Down

0 comments on commit 13c8e4d

Please sign in to comment.