Skip to content

Commit 7a27ef5

Browse files
chore: release v0.47.1
1 parent 8114a6b commit 7a27ef5

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.47.1](https://github.com/XAMPPRocky/octocrab/compare/v0.47.0...v0.47.1) - 2025-11-03
11+
12+
### Added
13+
14+
- add missing list workflows filters ([#820](https://github.com/XAMPPRocky/octocrab/pull/820))
15+
16+
### Other
17+
18+
- Modify `_put` method documentation ([#818](https://github.com/XAMPPRocky/octocrab/pull/818))
19+
- Feature/interactions 537 ([#817](https://github.com/XAMPPRocky/octocrab/pull/817))
20+
- Added Feature/classrooms #524 ([#815](https://github.com/XAMPPRocky/octocrab/pull/815))
21+
1022
## [0.47.0](https://github.com/XAMPPRocky/octocrab/compare/v0.46.0...v0.47.0) - 2025-10-06
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.47.0"
3+
version = "0.47.1"
44
resolver = "2"
55
authors = ["XAMPPRocky <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)