From e3d50d2b38d38ca76fa28c7a571c7784cc3ee69e Mon Sep 17 00:00:00 2001 From: "jpreprocess-release-please[bot]" <169564641+jpreprocess-release-please[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 13:51:10 +0000 Subject: [PATCH] release: v0.4.3 --- .github/release-please/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README-ja.md | 2 +- README.md | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json index 4cff5b9..b81fe00 100644 --- a/.github/release-please/.release-please-manifest.json +++ b/.github/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.4.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e051ddf..ee3e0d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.3](https://github.com/jpreprocess/jbonsai/compare/v0.4.2...v0.4.3) (2026-07-04) + + +### Bug Fixes + +* clippy ([a77a27a](https://github.com/jpreprocess/jbonsai/commit/a77a27ae247a6280fe100803f67c06ea25152dbc)) + ## [0.4.2](https://github.com/jpreprocess/jbonsai/compare/v0.4.1...v0.4.2) (2026-06-21) diff --git a/Cargo.lock b/Cargo.lock index 510652a..20f2225 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,7 +40,7 @@ checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f" [[package]] name = "jbonsai" -version = "0.4.2" +version = "0.4.3" dependencies = [ "approx", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 7bd73f7..e31ef96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jbonsai" -version = "0.4.2" +version = "0.4.3" edition = "2024" rust-version = "1.88.0" diff --git a/README-ja.md b/README-ja.md index 09774c6..11e79cc 100644 --- a/README-ja.md +++ b/README-ja.md @@ -24,7 +24,7 @@ ```toml [dependencies] -jbonsai = "0.4.2" +jbonsai = "0.4.3" ``` diff --git a/README.md b/README.md index 08610d0..d59dbac 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Put the following in `Cargo.toml`. ```toml [dependencies] -jbonsai = "0.4.2" +jbonsai = "0.4.3" ```