summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-04 08:12:07 +0100
committerGitHub <noreply@github.com>2024-03-04 08:12:07 +0100
commite405a505bb94f75f576dcf8fee18c846d20edd35 (patch)
treed582e58fc5af26267d2758d5a50c4fe938914d08
parent2b745b70c96b605289bd6a21ddbd9e1994d48878 (diff)
chore: release (#581)v0.34.2
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>
-rw-r--r--CHANGELOG.md14
-rw-r--r--Cargo.toml2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa9b9c6..79fd551 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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 `wiremock@v0.6.0` 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
diff --git a/Cargo.toml b/Cargo.toml
index 260edc1..5cfa288 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "octocrab"
-version = "0.34.1"
+version = "0.34.2"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"
readme = "README.md"