Skip to content

Commit f88d8be

Browse files
release: v0.4.0
1 parent 4392df6 commit f88d8be

6 files changed

Lines changed: 21 additions & 5 deletions

File tree

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

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/jpreprocess/jbonsai/compare/v0.3.0...v0.4.0) (2025-08-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Remove unstable SIMD optimization ([#99](https://github.com/jpreprocess/jbonsai/issues/99))
9+
10+
### Features
11+
12+
* Remove unstable SIMD optimization ([#99](https://github.com/jpreprocess/jbonsai/issues/99)) ([4392df6](https://github.com/jpreprocess/jbonsai/commit/4392df662bbd12710af79bd9f1269a983e96a682))
13+
14+
15+
### Bug Fixes
16+
17+
* warnings ([#97](https://github.com/jpreprocess/jbonsai/issues/97)) ([506c136](https://github.com/jpreprocess/jbonsai/commit/506c136ba69c0c824aef85814b21cd4a4ecfeeb8))
18+
319
## [0.3.0](https://github.com/jpreprocess/jbonsai/compare/v0.2.2...v0.3.0) (2025-05-10)
420

521

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.3.0"
3+
version = "0.4.0"
44
edition = "2024"
55

66
rust-version = "1.85.0"

README-ja.md

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

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

3030
<!-- x-release-please-end -->

README.md

Lines changed: 1 addition & 1 deletion
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.3.0"
27+
jbonsai = "0.4.0"
2828
```
2929

3030
<!-- x-release-please-end -->

0 commit comments

Comments
 (0)