From 0a5084b0bcedc79314b0401775a45f49de2331be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 21:09:48 +0000 Subject: [PATCH 1/3] chore: release v3.10.1 --- Cargo.lock | 6 +++--- bon-macros/Cargo.toml | 2 +- bon-sandbox/Cargo.toml | 4 ++-- bon/Cargo.toml | 4 ++-- website/src/changelog.md | 6 ++++++ 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8dc7d168..f7cffe07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "bon" -version = "3.10.0" +version = "3.10.1" dependencies = [ "bon-macros", "expect-test", @@ -67,7 +67,7 @@ dependencies = [ [[package]] name = "bon-macros" -version = "3.10.0" +version = "3.10.1" dependencies = [ "darling 0.24.1", "expect-test", @@ -80,7 +80,7 @@ dependencies = [ [[package]] name = "bon-sandbox" -version = "3.10.0" +version = "3.10.1" dependencies = [ "bon", "buildstructor", diff --git a/bon-macros/Cargo.toml b/bon-macros/Cargo.toml index c337bebb..8bf59f1b 100644 --- a/bon-macros/Cargo.toml +++ b/bon-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bon-macros" -version = "3.10.0" +version = "3.10.1" description = """ This is a proc-macro crate that is supposed to be a private implementation diff --git a/bon-sandbox/Cargo.toml b/bon-sandbox/Cargo.toml index fe8255e1..8ecc9779 100644 --- a/bon-sandbox/Cargo.toml +++ b/bon-sandbox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bon-sandbox" -version = "3.10.0" +version = "3.10.1" description = """ Not a real crate! It's just a showcase of examples used by `bon`'s documentation @@ -36,4 +36,4 @@ typed-builder = "0.23" [dependencies.bon] features = ["experimental-overwritable", "experimental-generics-setters"] path = "../bon" -version = "=3.10.0" +version = "=3.10.1" diff --git a/bon/Cargo.toml b/bon/Cargo.toml index a2ac3edb..f4fdbe3f 100644 --- a/bon/Cargo.toml +++ b/bon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bon" -version = "3.10.0" +version = "3.10.1" description = "Next-gen compile-time-checked builder generator, named function's arguments, and more!" @@ -39,7 +39,7 @@ workspace = true # The version of the macro crate is pinned to a specific one because the code # generated by the macros uses private APIs from the runtime crate that are not # guarded by semver. -bon-macros = { path = "../bon-macros", version = "=3.10.0" } +bon-macros = { path = "../bon-macros", version = "=3.10.1" } [dev-dependencies] expect-test = "1.4.1" diff --git a/website/src/changelog.md b/website/src/changelog.md index 31dc7432..778bb9f2 100644 --- a/website/src/changelog.md +++ b/website/src/changelog.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.10.1](https://github.com/elastio/bon/compare/v3.10.0...v3.10.1) - 2026-09-07 + +### Other + +- Strip the `r#` prefix from raw identifiers in `derive(Debug)` ([#402](https://github.com/elastio/bon/pull/402)) + ## [3.10.0](https://github.com/elastio/bon/compare/v3.9.3...v3.10.0) - 2026-08-25 ### MSRV Update Notice From c40edf8092386db15c1bd27b4ec1473f26c18273 Mon Sep 17 00:00:00 2001 From: Veetaha Date: Mon, 7 Sep 2026 21:14:51 +0000 Subject: [PATCH 2/3] Improve changelog --- website/src/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/changelog.md b/website/src/changelog.md index 778bb9f2..f9b0b117 100644 --- a/website/src/changelog.md +++ b/website/src/changelog.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.10.1](https://github.com/elastio/bon/compare/v3.10.0...v3.10.1) - 2026-09-07 -### Other +### Changed - Strip the `r#` prefix from raw identifiers in `derive(Debug)` ([#402](https://github.com/elastio/bon/pull/402)) From 3e643c907690c9504c03b159bfd9d97426994bd8 Mon Sep 17 00:00:00 2001 From: Veetaha Date: Mon, 7 Sep 2026 21:15:03 +0000 Subject: [PATCH 3/3] taplo fmt --- bon-sandbox/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bon-sandbox/Cargo.toml b/bon-sandbox/Cargo.toml index 8ecc9779..052391f0 100644 --- a/bon-sandbox/Cargo.toml +++ b/bon-sandbox/Cargo.toml @@ -36,4 +36,4 @@ typed-builder = "0.23" [dependencies.bon] features = ["experimental-overwritable", "experimental-generics-setters"] path = "../bon" -version = "=3.10.1" +version = "=3.10.1"