Skip to content

Commit d09917b

Browse files
chore: release v0.38.1
1 parent b5c835f commit d09917b

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.44.1](https://github.com/cocogitto/octocrab/compare/v0.44.0...v0.44.1) - 2025-04-25
11+
12+
### Fixed
13+
14+
- print deprecation warning to stderr
15+
16+
### Other
17+
18+
- Add enum `EventInstallation::id()` helper ([#763](https://github.com/cocogitto/octocrab/pull/763))
19+
- examples/graphql_issues.rs: Update schema URL ([#764](https://github.com/cocogitto/octocrab/pull/764))
20+
1021
## [0.44.0](https://github.com/XAMPPRocky/octocrab/compare/v0.43.0...v0.44.0) - 2025-03-26
1122

1223
### 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.44.0"
3+
version = "0.44.1"
44
resolver = "2"
55
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
66
edition = "2018"

0 commit comments

Comments
 (0)