XAMPPRocky / octocrab

A modern, extensible GitHub API Client for Rust.
Other
1.06k stars 258 forks source link

chore: release v0.35.0 #597

Closed github-actions[bot] closed 5 months ago

github-actions[bot] commented 6 months ago

🤖 New release

⚠️ 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.29.1/src/lints/constructible_struct_adds_field.ron

Failed in:
  field CommitAuthor.date in /tmp/.tmpktQMy7/octocrab/src/models/repos.rs:155
Changelog

## [0.35.0](https://github.com/XAMPPRocky/octocrab/compare/v0.34.3...v0.35.0) - 2024-03-10 ### Added - add repository list language support ([#595](https://github.com/XAMPPRocky/octocrab/pull/595)) ### Other - Added test for `actions().create_workflow_dispatch()` ([#603](https://github.com/XAMPPRocky/octocrab/pull/603)) - added "Create a new Git commit object" ([#600](https://github.com/XAMPPRocky/octocrab/pull/600)) - Added `check-suites` endpoints ([#596](https://github.com/XAMPPRocky/octocrab/pull/596)) - Adding org secrets tests ([#599](https://github.com/XAMPPRocky/octocrab/pull/599))


This PR was generated with release-plz.