summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-07-18 09:59:37 +0200
committerGitHub <noreply@github.com>2023-07-18 09:59:37 +0200
commit01e9cfa7aa211c1f4c299d17836aae93c7e2deac (patch)
treeddc4fa1246a6133e9eee9617b195d0a1f655fd61
parentad2845d12b75719c259cdeb8e837bb738136a7d0 (diff)
chore: release v0.27.0 (#402)v0.27.0
--------- Co-authored-by: release-plz <release-plz@github.com> Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
-rw-r--r--CHANGELOG.md9
-rw-r--r--Cargo.toml2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc47583..9e6b646 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.27.0](https://github.com/XAMPPRocky/octocrab/compare/v0.26.0...v0.26.1) - 2023-07-18
+
+### Other
+- Handle errors when kicking off github workflows ([#409](https://github.com/XAMPPRocky/octocrab/pull/409))
+- Update license field following https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields ([#412](https://github.com/XAMPPRocky/octocrab/pull/412))
+- cargo clippy --tests ([#416](https://github.com/XAMPPRocky/octocrab/pull/416))
+- Improve workflow job types ([#414](https://github.com/XAMPPRocky/octocrab/pull/414))
+- Fix graphql example ([#404](https://github.com/XAMPPRocky/octocrab/pull/404))
+
## [0.25.1](https://github.com/XAMPPRocky/octocrab/compare/v0.25.0...v0.25.1) - 2023-06-06
### Other
diff --git a/Cargo.toml b/Cargo.toml
index 85fe6c7..4c78bea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "octocrab"
-version = "0.26.0"
+version = "0.27.0"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"
readme = "README.md"