Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v3.3.0 #232

Merged
merged 3 commits into from
Dec 7, 2024
Merged

chore: release v3.3.0 #232

merged 3 commits into from
Dec 7, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 7, 2024

🤖 New release

  • bon: 3.2.0 -> 4.0.0 (⚠️ API breaking changes)
  • bon-macros: 3.2.0 -> 3.2.1
  • bon-sandbox: 3.2.0 -> 3.2.1

⚠️ bon breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/function_missing.ron

Failed in:
  function bon::__::derives::as_dyn_debug, previously in file /tmp/.tmpKdhefN/bon/src/__/derives.rs:19
  function bon::__::derives::clone_member, previously in file /tmp/.tmpKdhefN/bon/src/__/derives.rs:14

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/module_missing.ron

Failed in:
  mod bon::__::derives, previously in file /tmp/.tmpKdhefN/bon/src/__/derives.rs:1
Changelog

bon

4.0.0 - 2024-12-07

Other

  • Support clone, copy, deref in #[builder(getter)] (#229)


This PR was generated with release-plz.

@Veetaha Veetaha changed the title chore: release chore: release v3.3.0 Dec 7, 2024
@Veetaha Veetaha merged commit 7a4b211 into master Dec 7, 2024
27 checks passed
@Veetaha Veetaha deleted the release-plz-2024-12-07T18-56-46Z branch December 7, 2024 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants