From 2d3a77db66e68240cdc16fdaf1edb80e350af236 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:44:12 -0800 Subject: [PATCH] chore: release v0.5.0 (#79) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 736b368..2e88826 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,7 +124,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "gh-workflow" -version = "0.4.1" +version = "0.5.0" dependencies = [ "async-trait", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index f4ddc7e..224b5e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gh-workflow" -version = "0.4.1" +version = "0.5.0" edition = "2021" description = "A type-safe GitHub Actions workflow generator"