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.29.0 #425

Merged
merged 1 commit into from
Jul 31, 2023
Merged

chore: release v0.29.0 #425

merged 1 commit into from
Jul 31, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 21, 2023

🤖 New release

  • octocrab: 0.28.0 -> 0.29.0 (⚠️ API breaking changes)

⚠️ octocrab breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-check/tree/v0.22.1/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Hook.active in /tmp/.tmpGeqmND/octocrab/src/models/hooks.rs:7
  field Hook.app_id in /tmp/.tmpGeqmND/octocrab/src/models/hooks.rs:13
  field Hook.last_response in /tmp/.tmpGeqmND/octocrab/src/models/hooks.rs:21
  field Hook.url in /tmp/.tmpGeqmND/octocrab/src/models/hooks.rs:23
  field Hook.test_url in /tmp/.tmpGeqmND/octocrab/src/models/hooks.rs:29
  field GitUserTime.username in /tmp/.tmpGeqmND/octocrab/src/models/repos.rs:143

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum 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-check/tree/v0.22.1/src/lints/enum_missing.ron

Failed in:
  enum octocrab::search::ContentType, previously in file /tmp/.tmpuNRDkP/octocrab/src/api/search.rs:119
Changelog

0.29.0 - 2023-07-31

Other

  • Rename WebhookEventPayload variants
  • Add documentation to Webhook event types and main library
  • Add webhook event deserialization (#427)
  • Update changelog for v0.28.0 (#428)
  • Add associated pull requests and commit compare functionality (#413)
  • Fix clippy 1.71 warnings (#424)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz/2023-07-21T10-18-21Z branch 2 times, most recently from 3ae6db6 to 4de181e Compare July 30, 2023 05:26
@github-actions github-actions bot force-pushed the release-plz/2023-07-21T10-18-21Z branch from 4de181e to e7c32df Compare July 30, 2023 05:59
@gagbo
Copy link
Contributor

gagbo commented Jul 31, 2023

I'll rename the variants of the enum in WebhookEventPayload to be less verbose (I forgot that enum variants cannot be imported on their own, so there's no need to add extra type information inside)

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.

2 participants