Skip to content

Commit c1e0b24

Browse files
chore: release v3.6.5 (#319)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Veetaha <gersoh3@gmail.com>
1 parent 1006408 commit c1e0b24

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bon-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bon-macros"
3-
version = "3.6.4"
3+
version = "3.6.5"
44

55
description = """
66
This is a proc-macro crate that is supposed to be a private implementation

bon-sandbox/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bon-sandbox"
3-
version = "3.6.4"
3+
version = "3.6.5"
44

55
description = """
66
Not a real crate! It's just a showcase of examples used by `bon`'s documentation
@@ -36,4 +36,4 @@ typed-builder = "0.21"
3636
[dependencies.bon]
3737
features = ["experimental-overwritable"]
3838
path = "../bon"
39-
version = "=3.6.4"
39+
version = "=3.6.5"

bon/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bon"
3-
version = "3.6.4"
3+
version = "3.6.5"
44

55
description = "Next-gen compile-time-checked builder generator, named function's arguments, and more!"
66

@@ -45,7 +45,7 @@ workspace = true
4545
# The version of the macro crate is pinned to a specific one because the code
4646
# generated by the macros uses private APIs from the runtime crate that are not
4747
# guarded by semver.
48-
bon-macros = { path = "../bon-macros", version = "=3.6.4" }
48+
bon-macros = { path = "../bon-macros", version = "=3.6.5" }
4949
rustversion = "1"
5050

5151
[dev-dependencies]

website/src/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.6.5](https://github.com/elastio/bon/compare/v3.6.4...v3.6.5) - 2025-07-18
11+
12+
This is a regular maintenance release with no essential API/behavior changes. Enjoy the stability 😄.
13+
14+
### Docs
15+
16+
- Add all 3 variations of builder syntax to the Basics guide pages ([#315](https://github.com/elastio/bon/pull/315))
17+
18+
### Internal
19+
20+
- Update the dependency [`darling`](https://docs.rs/darling/latest/darling/) (crate for parsing the attributes) from `0.20` to `0.21` and other internal dependencies ([#317](https://github.com/elastio/bon/pull/317), [#320](https://github.com/elastio/bon/pull/320), [#304](https://github.com/elastio/bon/pull/304))
21+
- Switch from [`iai`](https://github.com/bheisler/iai) to [`iai-callgrind`](https://github.com/iai-callgrind/iai-callgrind) for high-precision benchmarking of `bon` ([#311](https://github.com/elastio/bon/pull/311)). `iai-callgrind` is a better maintained alternative to `iai`, but in any case, both deserve a huge thanks for providing the benchmarking capabilities for `bon`!
22+
- Migrate to OIDC for [trusted publishing](https://crates.io/docs/trusted-publishing). Huge thanks for this new crates.io feature to everyone who made it happen! ([#318](https://github.com/elastio/bon/pull/318))
23+
- Fix `clippy::or_fun_call` lint from the nightly toolchain ([#316](https://github.com/elastio/bon/pull/316))
24+
1025
## [3.6.4](https://github.com/elastio/bon/compare/v3.6.3...v3.6.4) - 2025-05-30
1126

1227
### Added

0 commit comments

Comments
 (0)