Merged
Conversation
Contributor
Author
|
36957b9 to
2137186
Compare
jdx
pushed a commit
that referenced
this pull request
Apr 11, 2025
### 🚀 Features - **(registry)** update aws-nuke backend by [@StingRayZA](https://github.com/StingRayZA) in [#4815](#4815) ### 🐛 Bug Fixes - do not default to writing to mise.$MISE_ENV.toml by [@jdx](https://github.com/jdx) in [#4817](#4817) - mise watch forward --exts and --filter to watchexec by [@cmhms](https://github.com/cmhms) in [#4826](#4826) ### 📚 Documentation - Fixing typo in code for flags in toml-tasks.md by [@arafays](https://github.com/arafays) in [#4820](#4820) - branding by [@jdx](https://github.com/jdx) in [9ad2c17](9ad2c17) - remove references to not-working docker: tasks by [@jdx](https://github.com/jdx) in [2c2fd27](2c2fd27) - document some dependencies by [@jdx](https://github.com/jdx) in [6e8bd51](6e8bd51) ### 📦️ Dependency Updates - update dependency vitepress-plugin-tabs to ^0.7.0 by [@renovate[bot]](https://github.com/renovate[bot]) in [#4822](#4822) - update rust crate petgraph to 0.8 by [@renovate[bot]](https://github.com/renovate[bot]) in [#4823](#4823) - update rust crate strum to 0.27 by [@renovate[bot]](https://github.com/renovate[bot]) in [#4780](#4780) ### New Contributors - @cmhms made their first contribution in [#4826](#4826) - @StingRayZA made their first contribution in [#4815](#4815)
This was referenced Apr 11, 2025
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.
This PR contains the following updates:
0.26->0.27Release Notes
Peternator7/strum (strum)
v0.27.1Compare Source
#414: Fix docrs build error.
#417: Mention
parse_error_tyandparse_error_fnthat had beenleft out of the docs accidentally.
#421#331: Implement
#[strum(transparent)]attribute onIntoStaticStr,DisplayandAsRefStrthat forwards the implmenentation tothe inner value. Note that for static strings, the inner value must be convertible to an
&'static str.v0.27.0Compare Source
Highlights
Displayis now correctly derived in[no_std]projects.EnumIternow implementsSend + SyncEnumTryAsnow handles attributes on variant fields correctly.strumis now on rust 2021EnumPropertiescorrectly implementsget_boolandget_intfinally. 🎉
FromStringnow supports 2 additional attributes,parse_error_tyand
parse_error_fnthat can be added to use a custom error type rather than the default strum error message.Pathrather than aStringto improve behavior with rust-analyzer.
Breaking Changes
EnumPropertiesdoesn't provide default implementations anymore.This would have required you to manually implement this trait which should be very uncommon.
Configuration
📅 Schedule: Branch creation - "before 4am on Friday" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.