From 4de181e693e30f670cd6389e45813522acefb120 Mon Sep 17 00:00:00 2001 From: release-plz Date: Sun, 30 Jul 2023 05:26:49 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c59521ec..db5835d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ 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-30 + +### Other +- 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"