File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
19
## [ 0.42.1] ( https://github.com/XAMPPRocky/octocrab/compare/v0.42.0...v0.42.1 ) - 2024-11-22
11
20
12
21
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " octocrab"
3
- version = " 0.42.1 "
3
+ version = " 0.43.0 "
4
4
resolver = " 2"
5
5
authors = [
" XAMPPRocky <[email protected] >" ]
6
6
edition = " 2018"
You can’t perform that action at this time.
0 commit comments