File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff line change 11[package ]
22name = " octocrab"
3- version = " 0.42.1 "
3+ version = " 0.43.0 "
44resolver = " 2"
55authors = [
" XAMPPRocky <[email protected] >" ]
66edition = " 2018"
You can’t perform that action at this time.
0 commit comments