XAMPPRocky / octocrab

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

chore: release v0.36.0 #609

Closed github-actions[bot] closed 5 months ago

github-actions[bot] commented 5 months ago

🤖 New release

⚠️ octocrab breaking changes

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.29.1/src/lints/method_parameter_count_changed.ron

Failed in:
  octocrab::service::middleware::auth_header::AuthHeaderLayer::new now takes 2 parameters instead of 1, in /tmp/.tmpjfRKcT/octocrab/src/service/middleware/auth_header.rs:14
Changelog

## [0.36.0](https://github.com/XAMPPRocky/octocrab/compare/v0.35.0...v0.36.0) - 2024-03-19 ### Added - WASM Support ([#591](https://github.com/XAMPPRocky/octocrab/pull/591)) ### Other - fix some comments ([#611](https://github.com/XAMPPRocky/octocrab/pull/611)) - Add status code to GithubError ([#607](https://github.com/XAMPPRocky/octocrab/pull/607)) - Add `Pending` variant to `octocrab::models::workflows::Status` ([#604](https://github.com/XAMPPRocky/octocrab/pull/604)) - Fix personal token auth for pagination ([#602](https://github.com/XAMPPRocky/octocrab/pull/602)) - Fixed some `.gists()` functions, and wrote tests. ([#606](https://github.com/XAMPPRocky/octocrab/pull/606)) - Allow directly passing SecretString ([#601](https://github.com/XAMPPRocky/octocrab/pull/601))


This PR was generated with release-plz.