From 3d038e04850faa84a373784f50ce7f20cda16210 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 30 Jul 2023 00:11:33 +0100 Subject: [PATCH] Update changelog for v0.28.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e6b6464..c59521ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.28.0](https://github.com/XAMPPRocky/octocrab/compare/v0.27.0...v0.28.0) - 2023-07-19 + +### 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/416)) +- cargo clippy --tests ([#416](https://github.com/XAMPPRocky/octocrab/pull/416)) +- Improve workflow job types ([#414](https://github.com/XAMPPRocky/octocrab/pull/416)) +- Fix graphql example ([#404](https://github.com/XAMPPRocky/octocrab/pull/404)) + ## [0.27.0](https://github.com/XAMPPRocky/octocrab/compare/v0.26.0...v0.26.1) - 2023-07-18 ### Other