From 71a45f7efc291125866a74274a267e40e2f6b2e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:57:06 +0100 Subject: chore: release (#597) 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> --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15180c0..c844a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.35.0](https://github.com/XAMPPRocky/octocrab/compare/v0.34.3...v0.35.0) - 2024-03-10 + +### Added +- add repository list language support ([#595](https://github.com/XAMPPRocky/octocrab/pull/595)) + +### Other +- Added test for `actions().create_workflow_dispatch()` ([#603](https://github.com/XAMPPRocky/octocrab/pull/603)) +- added "Create a new Git commit object" ([#600](https://github.com/XAMPPRocky/octocrab/pull/600)) +- Added `check-suites` endpoints ([#596](https://github.com/XAMPPRocky/octocrab/pull/596)) +- Adding org secrets tests ([#599](https://github.com/XAMPPRocky/octocrab/pull/599)) + ## [0.34.3](https://github.com/XAMPPRocky/octocrab/compare/v0.34.2...v0.34.3) - 2024-03-05 ### Other diff --git a/Cargo.toml b/Cargo.toml index 5075dac..18816bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.34.3" +version = "0.35.0" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md" -- cgit v1.2.3-70-g09d2