-
-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2b745b7
commit e405a50
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.34.2](https://github.com/XAMPPRocky/octocrab/compare/v0.34.1...v0.34.2) - 2024-03-04 | ||
|
||
### Other | ||
- Update base64 requirement from 0.21.0 to 0.22.0 ([#592](https://github.com/XAMPPRocky/octocrab/pull/592)) | ||
- Add Public and Release events ([#589](https://github.com/XAMPPRocky/octocrab/pull/589)) | ||
- Adding tests for `actions().remove_selected_repo_from_org_secret()` ([#586](https://github.com/XAMPPRocky/octocrab/pull/586)) | ||
- Fixed the `projects().delete_project().send() function ([#587](https://github.com/XAMPPRocky/octocrab/pull/587)) | ||
- Added more tests, for `repos().delete()` ([#585](https://github.com/XAMPPRocky/octocrab/pull/585)) | ||
- Adding test for actions().actions_delete_workflow_run_logs_test() ([#584](https://github.com/XAMPPRocky/octocrab/pull/584)) | ||
- Fixing `snafu` version update ([#580](https://github.com/XAMPPRocky/octocrab/pull/580)) | ||
- Fixing the test that `[email protected]` breaks. ([#579](https://github.com/XAMPPRocky/octocrab/pull/579)) | ||
- Added some more tests ([#578](https://github.com/XAMPPRocky/octocrab/pull/578)) | ||
- Added a test ([#577](https://github.com/XAMPPRocky/octocrab/pull/577)) | ||
|
||
## [0.34.1](https://github.com/XAMPPRocky/octocrab/compare/v0.34.0...v0.34.1) - 2024-02-09 | ||
|
||
### Other | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "octocrab" | ||
version = "0.34.1" | ||
version = "0.34.2" | ||
authors = ["XAMPPRocky <[email protected]>"] | ||
edition = "2018" | ||
readme = "README.md" | ||
|