Skip to content

Commit 3a779f3

Browse files
chore: release v0.43.1 (#762)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 689cb92 commit 3a779f3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1022
## [0.43.0](https://github.com/XAMPPRocky/octocrab/compare/v0.42.1...v0.43.0) - 2025-01-13
1123

1224
### 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.43.0"
3+
version = "0.44.0"
44
resolver = "2"
55
authors = ["XAMPPRocky <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)