From fccd5c3f2ba08616cbb9368bece2144456e64664 Mon Sep 17 00:00:00 2001 From: release-plz Date: Mon, 31 Jul 2023 10:15:32 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c59521ec..6e153054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.29.0](https://github.com/XAMPPRocky/octocrab/compare/v0.28.0...v0.29.0) - 2023-07-31 + +### Other +- Rename WebhookEventPayload variants +- Add documentation to Webhook event types and main library +- Add webhook event deserialization ([#427](https://github.com/XAMPPRocky/octocrab/pull/427)) +- Update changelog for v0.28.0 ([#428](https://github.com/XAMPPRocky/octocrab/pull/428)) +- Add associated pull requests and commit compare functionality ([#413](https://github.com/XAMPPRocky/octocrab/pull/413)) +- Fix clippy 1.71 warnings ([#424](https://github.com/XAMPPRocky/octocrab/pull/424)) + ## [0.28.0](https://github.com/XAMPPRocky/octocrab/compare/v0.27.0...v0.28.0) - 2023-07-19 ### Other diff --git a/Cargo.toml b/Cargo.toml index 663f5c25..e410d61e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.28.0" +version = "0.29.0" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"