From ce8c885dc2701c891ce868c846fa25d32fd44ba2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 00:35:18 +0100 Subject: [PATCH] chore: release v0.43.0 (#739) --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23861ed5..5961249c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.43.0](https://github.com/XAMPPRocky/octocrab/compare/v0.42.1...v0.43.0) - 2025-01-13 + +### Other + +- Enable client reuse when authenticating via a Github app using user access tokens ([#740](https://github.com/XAMPPRocky/octocrab/pull/740)) +- [**breaking**] Box the github error & fix clippy lints (#743) +- issues can now be closed as `duplicate` ([#741](https://github.com/XAMPPRocky/octocrab/pull/741)) +- Add "merged" field to PullRequest ([#737](https://github.com/XAMPPRocky/octocrab/pull/737)) + ## [0.42.1](https://github.com/XAMPPRocky/octocrab/compare/v0.42.0...v0.42.1) - 2024-11-22 ### Other diff --git a/Cargo.toml b/Cargo.toml index c5550357..698438ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.42.1" +version = "0.43.0" resolver = "2" authors = ["XAMPPRocky "] edition = "2018"