Skip to content

Commit ce8c885

Browse files
chore: release v0.43.0 (#739)
1 parent 4106251 commit ce8c885

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.43.0](https://github.com/XAMPPRocky/octocrab/compare/v0.42.1...v0.43.0) - 2025-01-13
11+
12+
### Other
13+
14+
- Enable client reuse when authenticating via a Github app using user access tokens ([#740](https://github.com/XAMPPRocky/octocrab/pull/740))
15+
- [**breaking**] Box the github error & fix clippy lints (#743)
16+
- issues can now be closed as `duplicate` ([#741](https://github.com/XAMPPRocky/octocrab/pull/741))
17+
- Add "merged" field to PullRequest ([#737](https://github.com/XAMPPRocky/octocrab/pull/737))
18+
1019
## [0.42.1](https://github.com/XAMPPRocky/octocrab/compare/v0.42.0...v0.42.1) - 2024-11-22
1120

1221
### Other

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "octocrab"
3-
version = "0.42.1"
3+
version = "0.43.0"
44
resolver = "2"
55
authors = ["XAMPPRocky <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)