From 3352dc07470891de65addf7642532943a2bddffb Mon Sep 17 00:00:00 2001 From: release-plz Date: Sat, 29 Apr 2023 12:19:19 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0111d17..17e32948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.21.0](https://github.com/XAMPPRocky/octocrab/compare/v0.20.0...v0.21.0) - 2023-04-29 + +### Other +- Add an example showing gist creation (#329) +- Use CommitAuthor for Commit.author (#353) +- Create release-plz.toml +- Sort deps in cargo.toml (#352) +- Enable rustls(and use as default client) (#351) +- *(ci)* update release-plz version (#350) +- Add missing pub to struct ListCheckRuns 😅 (#347) +- Add Checks API skeleton (#345) +- cargo fmt (#343) +- Remove reqwest (#342) + ## [0.20.0-alpha.3](https://github.com/XAMPPRocky/octocrab/compare/v0.20.0-alpha.2...v0.20.0-alpha.3) - 2023-04-12 ### Other diff --git a/Cargo.toml b/Cargo.toml index 0c161f1b..765db46a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.20.0" +version = "0.21.0" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"