Skip to content

Commit 70928ba

Browse files
release: v0.3.0 (#75)
🤖 I have created a release *beep* *boop* --- ## [0.3.0](v0.2.2...v0.3.0) (2025-05-10) ### ⚠ BREAKING CHANGES * move `jbonsai::model::load_htsvoice_file` to `jbonsai::model::load_htsvoice_from_bytes` ### Features * add Engine::load_from_bytes() ([#59](#59)) ([13cf2f3](13cf2f3)) * edition 2024 ([#77](#77)) ([1f3d741](1f3d741)) ### Bug Fixes * clippy ([#89](#89)) ([4c23191](4c23191)) * **deps:** update dependencies (non-major) ([#74](#74)) ([f4d6d0b](f4d6d0b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: jpreprocess-release-please[bot] <169564641+jpreprocess-release-please[bot]@users.noreply.github.com> Co-authored-by: cm-ayf <[email protected]>
1 parent 13cf2f3 commit 70928ba

File tree

6 files changed

+25
-7
lines changed

6 files changed

+25
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.2"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/jpreprocess/jbonsai/compare/v0.2.2...v0.3.0) (2025-05-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* move `jbonsai::model::load_htsvoice_file` to `jbonsai::model::load_htsvoice_from_bytes`
9+
10+
### Features
11+
12+
* add Engine::load_from_bytes() ([#59](https://github.com/jpreprocess/jbonsai/issues/59)) ([13cf2f3](https://github.com/jpreprocess/jbonsai/commit/13cf2f3fd77faf341e973ca87061b8ebdca5baa7))
13+
* edition 2024 ([#77](https://github.com/jpreprocess/jbonsai/issues/77)) ([1f3d741](https://github.com/jpreprocess/jbonsai/commit/1f3d7417c7cc4b8cd98fa578744dc26c41b19365))
14+
15+
16+
### Bug Fixes
17+
18+
* clippy ([#89](https://github.com/jpreprocess/jbonsai/issues/89)) ([4c23191](https://github.com/jpreprocess/jbonsai/commit/4c231915c26ab0aa6859e535c14b05494f78f010))
19+
* **deps:** update dependencies (non-major) ([#74](https://github.com/jpreprocess/jbonsai/issues/74)) ([f4d6d0b](https://github.com/jpreprocess/jbonsai/commit/f4d6d0b1efa4b793a0f1e8e7eaa2372fcbd6c64e))
20+
321
## [0.2.2](https://github.com/jpreprocess/jbonsai/compare/v0.2.1...v0.2.2) (2025-02-08)
422

523

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jbonsai"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
edition = "2024"
55

66
rust-version = "1.85.0"

README-ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ TTSアプリケーションで使うことを意識して書かれています
2424

2525
```toml
2626
[dependencies]
27-
jbonsai = "0.2.2"
27+
jbonsai = "0.3.0"
2828
```
2929

3030
<!-- x-release-please-end -->
@@ -38,7 +38,7 @@ jbonsaiは、feature [portable_simd](https://github.com/rust-lang/portable-simd)
3838
<!-- x-release-please-start-version -->
3939
```toml
4040
[dependencies]
41-
jbonsai = { version = "0.2.2", features = ["simd"] }
41+
jbonsai = { version = "0.3.0", features = ["simd"] }
4242
```
4343
<!-- x-release-please-end -->
4444

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Put the following in `Cargo.toml`.
2424

2525
```toml
2626
[dependencies]
27-
jbonsai = "0.2.2"
27+
jbonsai = "0.3.0"
2828
```
2929

3030
<!-- x-release-please-end -->
@@ -38,7 +38,7 @@ jbonsai supports acceleration provided by feature [portable_simd](https://github
3838
<!-- x-release-please-start-version -->
3939
```toml
4040
[dependencies]
41-
jbonsai = { version = "0.2.2", features = ["simd"] }
41+
jbonsai = { version = "0.3.0", features = ["simd"] }
4242
```
4343
<!-- x-release-please-end -->
4444

0 commit comments

Comments
 (0)