File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.40.0] ( https://github.com/XAMPPRocky/octocrab/compare/v0.39.0...v0.40.0 ) - 2024-09-22
11
+
12
+ ### Added
13
+
14
+ - Support ` remove_assignees ` on issue API ([ #686 ] ( https://github.com/XAMPPRocky/octocrab/pull/686 ) )
15
+ - add missing fields in ` CreateForkBuilder ` ([ #682 ] ( https://github.com/XAMPPRocky/octocrab/pull/682 ) )
16
+ - Add ` Gist::public ` field ([ #678 ] ( https://github.com/XAMPPRocky/octocrab/pull/678 ) )
17
+
18
+ ### Fixed
19
+
20
+ - * (refs)* [ ** breaking** ] remove ` Reference::Commit ` variant ([ #697 ] ( https://github.com/XAMPPRocky/octocrab/pull/697 ) )
21
+
22
+ ### Other
23
+
24
+ - Fix typo in cfg_attr statement ([ #693 ] ( https://github.com/XAMPPRocky/octocrab/pull/693 ) )
25
+ - Handle empty author object in pr_commits ([ #656 ] ( https://github.com/XAMPPRocky/octocrab/pull/656 ) )
26
+ - Add ` DeviceCodes::poll_until_available ` method ([ #679 ] ( https://github.com/XAMPPRocky/octocrab/pull/679 ) )
27
+ - Uncomment pr_commits function ([ #680 ] ( https://github.com/XAMPPRocky/octocrab/pull/680 ) )
28
+ - Only add base_path if req_pandq does not contain it ([ #684 ] ( https://github.com/XAMPPRocky/octocrab/pull/684 ) )
29
+ - Update code scanning alert ([ #673 ] ( https://github.com/XAMPPRocky/octocrab/pull/673 ) )
30
+ - Added ` merged_by ` and ` closed_by ` fields ([ #674 ] ( https://github.com/XAMPPRocky/octocrab/pull/674 ) )
31
+ - Update and Fixes to the Code Scanning Models & Webhooks ([ #675 ] ( https://github.com/XAMPPRocky/octocrab/pull/675 ) )
32
+
10
33
## [ 0.39.0] ( https://github.com/XAMPPRocky/octocrab/compare/v0.38.0...v0.39.0 ) - 2024-07-30
11
34
12
35
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " octocrab"
3
- version = " 0.39 .0"
3
+ version = " 0.40 .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