From e1928947d0ec73dc6078f8063ab42f8f427353fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 13:40:54 +0200 Subject: [PATCH] chore: release v0.24.0 (#385) * chore: release * Update CHANGELOG.md * Update Cargo.toml --------- Co-authored-by: release-plz Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e2f709..6c6ce568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.24.0](https://github.com/XAMPPRocky/octocrab/compare/v0.23.0...v0.23.1) - 2023-06-02 + +### Fixed +- the API returns one reviewer not reviewers ([#390](https://github.com/XAMPPRocky/octocrab/pull/390)) +- wrap pull_request_review_id in an Option ([#388](https://github.com/XAMPPRocky/octocrab/pull/388)) + +### Other +- Add Issue Timeline API ([#389](https://github.com/XAMPPRocky/octocrab/pull/389)) +- add some of the missing fields to PullRequest ([#386](https://github.com/XAMPPRocky/octocrab/pull/386)) +- Builder for list_reviews for pulls ([#387](https://github.com/XAMPPRocky/octocrab/pull/387)) +- Link to `gists` documentation in README ([#383](https://github.com/XAMPPRocky/octocrab/pull/383)) + ## [0.23.0](https://github.com/XAMPPRocky/octocrab/compare/v0.22.0...v0.22.1) - 2023-05-21 ### Other diff --git a/Cargo.toml b/Cargo.toml index fd3d33c8..ed2c1e49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.23.0" +version = "0.24.0" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"