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.0.0-rc #179

Merged
merged 5 commits into from
Nov 9, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 9, 2024

🤖 New release

  • bon: 2.3.0 -> 3.0.0 (⚠️ API breaking changes)
  • bon-macros: 2.3.0 -> 2.3.1
  • bon-sandbox: 2.3.0

⚠️ bon breaking changes

--- 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::private::deprecations::builder_attribute_on_a_struct, previously in file /tmp/.tmp6DzqWu/bon/src/private/deprecations.rs:6
Changelog

bon

3.0.0 - 2024-11-09

Other

  • bon v3 docs (part 6) (#177)
  • Rename #[builder(transparent)] -> required (#176)
  • bon v3 docs (part 5) (#173)
  • Fix raw identifiers in optional/default members (#175)
  • bon v3 docs (part 3) (#171)
  • bon v3 docs (part 2) (#170)
  • Update docs for bon 3.0 release (part 1) (#166)
  • Make overwritable experimental behind a cargo feature (#160)
  • Add umami backend (#158)
  • Rename __private to __ (#159)
  • #[builder(with = Some / FromIterator::from_iter / <_>::from_iter)] attribute (#157)
  • #[builder(on(_, transparent))] attribute (#155)
  • #[builder(crate)] attribute and #[builder(expose_positional_fn)] replacement with #[builder(start_fn)] (#153)
  • Flexible builder extension and type signature API (#145)
  • Add docs override attributes for various generated items (#139)
  • Add docs for shared configuration (#143)
  • Refactoring (#138)


This PR was generated with release-plz.

@Veetaha Veetaha changed the title chore: release chore: release v3.0.0-rc Nov 9, 2024
@Veetaha Veetaha merged commit 785ee15 into master Nov 9, 2024
25 of 26 checks passed
@Veetaha Veetaha deleted the release-plz-2024-11-09T14-23-45Z branch November 9, 2024 14:42
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