Skip to content

Commit e37b2c0

Browse files
chore: release v0.46.0 (#800)
1 parent a6e52f7 commit e37b2c0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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.46.0](https://github.com/XAMPPRocky/octocrab/compare/v0.45.0...v0.46.0) - 2025-09-28
11+
12+
### Fixed
13+
14+
- [**breaking**] make CommitAuthor email nullable ([#799](https://github.com/XAMPPRocky/octocrab/pull/799))
15+
16+
### Other
17+
18+
- Expose `digest` field in Asset model ([#804](https://github.com/XAMPPRocky/octocrab/pull/804))
19+
- cargo clippy ([#803](https://github.com/XAMPPRocky/octocrab/pull/803))
20+
- fix doc url for ProjectHandler ([#802](https://github.com/XAMPPRocky/octocrab/pull/802))
21+
1022
## [0.45.0](https://github.com/XAMPPRocky/octocrab/compare/v0.44.1...v0.45.0) - 2025-09-14
1123

1224
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "octocrab"
3-
version = "0.45.0"
3+
version = "0.46.0"
44
resolver = "2"
55
authors = ["XAMPPRocky <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)