Skip to content

Commit

Permalink
chore: release v3.3.2 (#239)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Veetaha <[email protected]>
  • Loading branch information
github-actions[bot] and Veetaha authored Dec 28, 2024
1 parent 0bd62b7 commit 42e894a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bon-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bon-macros"
version = "3.3.1"
version = "3.3.2"

description = """
This is a proc-macro crate that is supposed to be a private implementation
Expand Down
4 changes: 2 additions & 2 deletions bon-sandbox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bon-sandbox"
version = "3.3.1"
version = "3.3.2"

description = """
Not a real crate! It's just a showcase of examples used by `bon`'s documentation
Expand Down Expand Up @@ -36,4 +36,4 @@ typed-builder = "0.20"
[dependencies.bon]
features = ["experimental-overwritable", "experimental-getter"]
path = "../bon"
version = "=3.3.1"
version = "=3.3.2"
4 changes: 2 additions & 2 deletions bon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bon"
version = "3.3.1"
version = "3.3.2"

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

Expand Down Expand Up @@ -45,7 +45,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.3.1" }
bon-macros = { path = "../bon-macros", version = "=3.3.2" }
rustversion = "1"

[dev-dependencies]
Expand Down
6 changes: 6 additions & 0 deletions website/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.3.2](https://github.com/elastio/bon/compare/v3.3.1...v3.3.2) - 2024-12-28

### Fixed

- Fix syntax errors caused by PascalCasification when generating code for members named `self_` ([#238](https://github.com/elastio/bon/pull/238))

## [3.3.1](https://github.com/elastio/bon/compare/v3.3.0...v3.3.1) - 2024-12-23

### Fixed
Expand Down

0 comments on commit 42e894a

Please sign in to comment.