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 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Oct 10, 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/.tmpAToxP9/octocrab/src/lib.rs:385
  type OctocrabBuilder is no longer Sync, in /tmp/.tmpAToxP9/octocrab/src/lib.rs:385
  type OctocrabBuilder is no longer UnwindSafe, in /tmp/.tmpAToxP9/octocrab/src/lib.rs:385
  type OctocrabBuilder is no longer RefUnwindSafe, in /tmp/.tmpAToxP9/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/.tmpQ1RIUa/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 changed the title chore: release v0.41.1 chore: release v0.42.0 Nov 13, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-10-10T08-39-44Z branch from 709cbe0 to cf3dfa3 Compare November 13, 2024 12:52
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.

0 participants