From 12790a340eb28f4ecfdc266aa881710889703230 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 14:41:32 +0200 Subject: [PATCH] chore: release v0.21.1 (#362) * chore: release * Update Cargo.toml * Update CHANGELOG.md --------- Co-authored-by: release-plz Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e32948..3c23d221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.0](https://github.com/XAMPPRocky/octocrab/compare/v0.21.0...v0.21.1) - 2023-05-16 + +### Other +- Add leading / to NotificationsHandler.lists() (#364) +- Alter graphql method to pass arbitrarily complex payloads (variables and graphql-client support) (#332) +- Fix authentication endpoints (#354) +- Handle redirects for download_tarball (#359) +- Make building without the `retry` feature work. (#358) +- Add list_org_memberships_for_authenticated_user (#357) +- add Uploader struct for Asset uploader field (#355) + ## [0.21.0](https://github.com/XAMPPRocky/octocrab/compare/v0.20.0...v0.21.0) - 2023-04-29 ### Other diff --git a/Cargo.toml b/Cargo.toml index 765db46a..6f9f00f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.21.0" +version = "0.22.0" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"