-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 🤖 New release * `roadster`: 0.7.0-beta -> 0.7.0-beta.1 (⚠ API breaking changes) ### ⚠ `roadster` breaking changes ```text --- failure auto_trait_impl_removed: auto trait no longer implemented --- Description: A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented. ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/auto_trait_impl_removed.ron Failed in: type PrepareOptions is no longer UnwindSafe, in /tmp/.tmpU0JW3g/roadster/src/app/prepare.rs:76 type PrepareOptions is no longer RefUnwindSafe, in /tmp/.tmpU0JW3g/roadster/src/app/prepare.rs:76 ``` <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.7.0-beta.1](roadster-v0.7.0-beta...roadster-v0.7.0-beta.1) - 2025-03-04 ### Added - Allow logging sensitive headers in the dev environment ([#666](#666)) - Allow overriding config fields or entire config ([#661](#661)) ### Fixed - Export `TestAppState` to allow for external use ([#672](#672)) ### Other - Add non-async `Source` to config chapter in book ([#670](#670)) - Update testing chapter in book ([#668](#668)) - Update book deploy workflow to only run if book tests pass on main ([#665](#665)) - Update all workspace members to rust 2024 edition ([#664](#664)) - Improve diesel docs in book ([#663](#663)) - Update to rust 2024 edition + rustfmt 2024 style edition ([#662](#662)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Spencer Ferris <[email protected]>
- Loading branch information
1 parent
37385fd
commit 55a3c67
Showing
5 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters