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

chore: release v0.42.0 #733

Merged
merged 1 commit into from
Nov 14, 2024
Merged

chore: release v0.42.0 #733

merged 1 commit into from
Nov 14, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 13, 2024

🤖 New release

  • octocrab: 0.41.2 -> 0.42.0 (⚠️ API breaking changes)

⚠️ octocrab breaking changes

--- 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.36.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type OctocrabBuilder is no longer Send, in /tmp/.tmpNhtJvD/octocrab/src/lib.rs:385
  type OctocrabBuilder is no longer Sync, in /tmp/.tmpNhtJvD/octocrab/src/lib.rs:385
  type OctocrabBuilder is no longer UnwindSafe, in /tmp/.tmpNhtJvD/octocrab/src/lib.rs:385
  type OctocrabBuilder is no longer RefUnwindSafe, in /tmp/.tmpNhtJvD/octocrab/src/lib.rs:385

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_missing.ron

Failed in:
  struct octocrab::models::code_scannings::Dismisser, previously in file /tmp/.tmpb2U9J6/octocrab/src/models/code_scannings.rs:52
Changelog

0.42.0 - 2024-11-13

Added

  • added ssh_signing_keys ops (#725)

Other

  • Secrets and Code scanning alerts API (#730)
  • add support for custom executors (#728)
  • Fixup route in api/issues/update (#732)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-11-13T12-36-10Z branch from a97ef5e to 4ce6f93 Compare November 13, 2024 12:39
@XAMPPRocky XAMPPRocky merged commit 9c39eaa into main Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant