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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.33.0 #484

Merged
merged 1 commit into from
Jan 15, 2024
Merged

chore: release v0.33.0 #484

merged 1 commit into from
Jan 15, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 3, 2023

馃 New release

  • octocrab: 0.32.0 -> 0.33.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-checks/tree/v0.27.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field OAuth.expires_in in /tmp/.tmp20Lsn2/octocrab/src/auth.rs:103
  field OAuth.refresh_token in /tmp/.tmp20Lsn2/octocrab/src/auth.rs:104
  field OAuth.refresh_token_expires_in in /tmp/.tmp20Lsn2/octocrab/src/auth.rs:105

--- 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-checks/tree/v0.27.0/src/lints/enum_missing.ron

Failed in:
  enum octocrab::checks::CheckRunStatus, previously in file /tmp/.tmpKk3u9u/octocrab/src/api/checks.rs:17
Changelog

0.33.0 - 2024-01-15

Added

  • add methods to builder for changing timeouts (#498)

Other

  • Always set http request header CONTENT-LENGTH (#464)
  • Add link to Content::decoded_content (#514)
  • Repairing two 204-related serde errors, and adding some simple tests. (#503)
  • Add CheckRunOutput (#515)
  • cargo clippy --tests --examples --fix (#496)
  • make dismissal_message optional (#501)
  • Add conclusion, completed_at and output fields to create check api (#467)
  • Fix typo in docs (#508)
  • [docs] Improve the update_file docs (#513)
  • added repos/list_contributors (#500)
  • Make user information optional
  • Use graphql_client to get stronger typing
  • add fields for refresh token and expiry timestamps (#477)

Fixed

  • Fixed two functions which return 204s and have no body, which throws serde errors
    • octocrab.issues().delete_label()
    • octocrab.teams().repos().remove()

Other

  • Added tests for the above functions
  • Also added tests for octocrab.teams().repos().add_or_update()
  • Also added tests for octocrab.issues().remove_label()


This PR was generated with release-plz.

@github-actions github-actions bot changed the title chore: release v0.31.3 chore: release v0.33.0 Nov 3, 2023
@github-actions github-actions bot force-pushed the release-plz-2023-11-03T07-31-35Z branch 2 times, most recently from 0528e76 to ae868f9 Compare November 5, 2023 01:00
@github-actions github-actions bot force-pushed the release-plz-2023-11-03T07-31-35Z branch 11 times, most recently from a69483f to bbbbaa0 Compare January 15, 2024 09:07
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2023-11-03T07-31-35Z branch from bbbbaa0 to 328211b Compare January 15, 2024 09:08
@XAMPPRocky XAMPPRocky merged commit f11fb75 into main Jan 15, 2024
@XAMPPRocky XAMPPRocky deleted the release-plz-2023-11-03T07-31-35Z branch January 15, 2024 09:17
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.

None yet

1 participant