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

Update Rust crate poise to 0.6.0 - autoclosed #5

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2024

This PR contains the following updates:

Package Type Update Change
poise dependencies minor 0.5.7 -> 0.6.0

Release Notes

serenity-rs/poise (poise)

v0.6.1

Compare Source

New features:

  • Choice parameters can now be defined inline in a function signature (6167311)

    For example:

    #[choices("Europe", "Asia", "Africa", "America", "Australia", "Antarctica")]
    continent: &'static str

Detailed changelog: serenity-rs/poise@v0.6.0...v0.6.1

Thanks to @​kangalio!

v0.6.0

Compare Source

Now with serenity 0.12!

New features:

  • ChoiceParameter is now not only a derive macro, but also a trait, so you can implement it manually (bc250b8)
  • HelpConfiguration::include_description can be used to toggle whether a single command's help output includes its description, or only its help_text (0ad8ee6)

API updates:

  • A lot of structs and enum are now #[non_exhaustive] to allow backwards compatible new features in the future (035e035, 6c08cfb, 1cbfeef)
  • Command no longer has Default bounds on its generics (695ae1d)
  • Changed some field types on Command to be more idiomatic (6c08cfb)
  • CooldownTracker methods now take a dedicated user-constructable CooldownContext instead of Context<'_, U, E>, to make CooldownTracker usable outside poise internals (bd73861)

Behavior changes:

Detailed changelog: serenity-rs/poise@v0.5.7...v0.6.0

Thanks to @​kangalio, @​docwilco, @​drwilco, @​GnomedDev, @​scottbot95!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jan 11, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/poise-0.x branch 3 times, most recently from 1b14738 to 776aa93 Compare January 19, 2024 23:18
@renovate renovate bot force-pushed the renovate/poise-0.x branch 3 times, most recently from f41e665 to 02f0862 Compare February 2, 2024 18:11
@renovate renovate bot force-pushed the renovate/poise-0.x branch 2 times, most recently from 4cf5d18 to dfdb4dc Compare February 14, 2024 04:44
@renovate renovate bot force-pushed the renovate/poise-0.x branch 2 times, most recently from f364948 to cf3b48f Compare February 23, 2024 11:19
@renovate renovate bot force-pushed the renovate/poise-0.x branch 2 times, most recently from 7b6ea02 to bf86161 Compare March 5, 2024 19:32
@renovate renovate bot force-pushed the renovate/poise-0.x branch 2 times, most recently from c2e1ade to 5b3841f Compare March 12, 2024 11:31
@renovate renovate bot force-pushed the renovate/poise-0.x branch 2 times, most recently from f979678 to c9a71f7 Compare April 21, 2024 00:52
@renovate renovate bot force-pushed the renovate/poise-0.x branch 2 times, most recently from 44d7960 to 14b85f9 Compare May 1, 2024 18:25
@renovate renovate bot changed the title Update Rust crate poise to 0.6.1 Update Rust crate poise to 0.6.0 May 5, 2024
@renovate renovate bot changed the title Update Rust crate poise to 0.6.0 Update Rust crate poise to 0.6.0 - autoclosed Sep 2, 2024
@renovate renovate bot closed this Sep 2, 2024
@renovate renovate bot deleted the renovate/poise-0.x branch September 2, 2024 18:01
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.

0 participants