Release/0.5#256
Merged
Merged
Conversation
Signed-off-by: lloydmeta <lloydmeta@gmail.com>
Signed-off-by: lloydmeta <lloydmeta@gmail.com>
There was a problem hiding this comment.
Pull request overview
This PR prepares the workspace for the 0.5 release by bumping crate versions and aligning internal path dependency version pins across Frunk’s subcrates, plus recording the release in the changelog.
Changes:
- Bump
frunkand key workspace crates (frunk_core,frunk_derives) to0.5.0. - Bump proc-macro crates (
frunk_proc_macros,frunk_proc_macro_helpers) to0.1.5and update theirfrunk_coredependency pin to0.5.0. - Bump
frunk_lawsto0.6.0and add a0.5.0entry toCHANGELOG.md.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Bumps frunk to 0.5.0 and updates workspace dependency version pins (incl. frunk_laws to 0.6.0). |
| core/Cargo.toml | Bumps frunk_core to 0.5.0 and updates dev-dependency version pins to match. |
| derives/Cargo.toml | Bumps frunk_derives to 0.5.0 and updates helper dependency pin. |
| proc-macros/Cargo.toml | Bumps frunk_proc_macros to 0.1.5 and updates internal dependency pins. |
| proc-macro-helpers/Cargo.toml | Bumps frunk_proc_macro_helpers to 0.1.5 and updates frunk_core dependency pin. |
| laws/Cargo.toml | Bumps frunk_laws to 0.6.0 and updates its frunk dependency pin to 0.5.0. |
| CHANGELOG.md | Adds the 0.5.0 release entry describing the notable user-facing change. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.