Skip to content

Bump serenity from 0.11.2 to 0.11.4 #88

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

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2022

Bumps serenity from 0.11.2 to 0.11.4.

Release notes

Sourced from serenity's releases.

v0.11.4

Thanks to the following for their contributions:

Notable changes

  • Fix deserialization error of GuildChannel::message_count (@​anden3)

v0.11.3

Thanks to the following for their contributions:

Notable changes

  • Temporarily fix GuildChannel::message_count in a non-breaking way ([@​GnomedDev])
  • Add support for Auto Moderation feature ([@​nickelc])
  • Add optional min/max length fields for application command string options ([@​nickelc])
  • Allow select menu response for modals ([@​AlexisTM])
  • Add app_permissions field on interactions ([@​nickelc])
  • Enable Invite::expires_at field ([@​mkrasnitski])
  • Fix "missing field discriminator" serde error for presence updates ([@​nickelc])
  • Add webhook example ([@​NotNorom])
  • Introduce rustversion dependency and backports module ([@​GnomedDev])
  • Add MessageType::AutoModerationAction enum variant ([@​nickelc])
  • Attempt to fix lifetime bug around CustomisedHelpData ([@​mkrasnitski])
  • Auto-impl CacheHttp for Arc<T> if T also implements it ([@​mkrasnitski])
  • Add audit log action types for scheduled events ([@​nickelc])
  • Fill gaps in all model::application types ([@​kangalioo])
  • Add support for slash command localization ([@​kangalioo])
  • Implement announcement channel following ([@​GnomedDev])
  • Add event handler methods for scheduled events ([@​nickelc])
  • Add methods to Webhook to enable direct creation ([@​mkrasnitski])
  • Consolidate interactions & oauth2 model types into the application module ([@​nickelc])
  • Fix compile errors in builders when the model feature is disabled ([@​FallenWarrior2k])

... (truncated)

Changelog

Sourced from serenity's changelog.

[0.11.4] - 2022-07-19

Thanks to the following for their contributions:

Notable changes

  • Fix deserialization error of GuildChannel::message_count ([@​anden3])

[0.11.3] - 2022-07-19

Thanks to the following for their contributions:

Notable changes

  • Temporarily fix GuildChannel::message_count in a non-breaking way ([@​GnomedDev])
  • Add support for Auto Moderation feature ([@​nickelc])
  • Add optional min/max length fields for application command string options ([@​nickelc])
  • Allow select menu response for modals ([@​AlexisTM])
  • Add app_permissions field on interactions ([@​nickelc])
  • Enable Invite::expires_at field ([@​mkrasnitski])
  • Fix "missing field discriminator" serde error for presence updates ([@​nickelc])
  • Add webhook example ([@​NotNorom])
  • Introduce rustversion dependency and backports module ([@​GnomedDev])
  • Add MessageType::AutoModerationAction enum variant ([@​nickelc])
  • Attempt to fix lifetime bug around CustomisedHelpData ([@​mkrasnitski])
  • Auto-impl CacheHttp for Arc<T> if T also implements it ([@​mkrasnitski])
  • Add audit log action types for scheduled events ([@​nickelc])
  • Fill gaps in all model::application types ([@​kangalioo])
  • Add support for slash command localization ([@​kangalioo])
  • Implement announcement channel following ([@​GnomedDev])
  • Add event handler methods for scheduled events ([@​nickelc])
  • Add methods to Webhook to enable direct creation ([@​mkrasnitski])
  • Consolidate interactions & oauth2 model types into the application module ([@​nickelc])
  • Fix compile errors in builders when the model feature is disabled ([@​FallenWarrior2k])
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [serenity](https://github.com/serenity-rs/serenity) from 0.11.2 to 0.11.4.
- [Release notes](https://github.com/serenity-rs/serenity/releases)
- [Changelog](https://github.com/serenity-rs/serenity/blob/current/CHANGELOG.md)
- [Commits](serenity-rs/serenity@0.11.2...v0.11.4)

---
updated-dependencies:
- dependency-name: serenity
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 20, 2022
@N0D4N N0D4N merged commit ec74029 into master Jul 20, 2022
@N0D4N N0D4N deleted the dependabot/cargo/serenity-0.11.4 branch July 20, 2022 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant