From 03103f56b09b937c2574a020865b8baaf8766d61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:12:51 +0200 Subject: [PATCH] chore: release (#449) Co-authored-by: release-plz --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1b5bc7d..e8a929f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.30.0](https://github.com/XAMPPRocky/octocrab/compare/v0.29.3...v0.30.0) - 2023-09-01 + +### Other +- Fix commit_comment webhook event parsing ([#453](https://github.com/XAMPPRocky/octocrab/pull/453)) +- Add Octocrab::users() and UsersHandler::repos ([#451](https://github.com/XAMPPRocky/octocrab/pull/451)) +- Add CommitHandler::associated_check_runs ([#450](https://github.com/XAMPPRocky/octocrab/pull/450)) +- Fix installation token cache issue ([#442](https://github.com/XAMPPRocky/octocrab/pull/442)) +- Add projects Api ([#447](https://github.com/XAMPPRocky/octocrab/pull/447)) +- Enhance installation webhook events +- Add test for push webhook event +- Implement custom deserialization for hybrid Github API timestamps +- Make webhook_events deserialization tests more robust + ## [0.29.3](https://github.com/XAMPPRocky/octocrab/compare/v0.29.2...v0.29.3) - 2023-08-15 ### Other diff --git a/Cargo.toml b/Cargo.toml index 8519cf55..4ecb138e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.29.3" +version = "0.30.0" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"