File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.44.0] ( https://github.com/XAMPPRocky/octocrab/compare/v0.43.0...v0.44.0 ) - 2025-03-26
11
+
12
+ ### Added
13
+
14
+ - Implement Serialize for Page ([ #761 ] ( https://github.com/XAMPPRocky/octocrab/pull/761 ) )
15
+
16
+ ### Fixed
17
+
18
+ - [ ** breaking** ] ` sha ` is optional in ` DiffEntry ` if file contents are unchanged ([ #750 ] ( https://github.com/XAMPPRocky/octocrab/pull/750 ) )
19
+ - insert auth headers for api.github.com ([ #754 ] ( https://github.com/XAMPPRocky/octocrab/pull/754 ) )
20
+ - * (emails)* ` visibility ` can be ` null ` ([ #756 ] ( https://github.com/XAMPPRocky/octocrab/pull/756 ) )
21
+
10
22
## [ 0.43.0] ( https://github.com/XAMPPRocky/octocrab/compare/v0.42.1...v0.43.0 ) - 2025-01-13
11
23
12
24
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " octocrab"
3
- version = " 0.43 .0"
3
+ version = " 0.44 .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