From 815970a4acc4e3e79bcdd0dbdb33e1bfb147e8af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 22:33:12 +0000 Subject: [PATCH] chore: release v0.5.0 --- Cargo.lock | 2 +- crates/gh-workflow/CHANGELOG.md | 14 ++++++++++++++ crates/gh-workflow/Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 crates/gh-workflow/CHANGELOG.md 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/crates/gh-workflow/CHANGELOG.md b/crates/gh-workflow/CHANGELOG.md new file mode 100644 index 0000000..5fb8f9f --- /dev/null +++ b/crates/gh-workflow/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.5.0](https://github.com/tailcallhq/gh-workflow/compare/v0.4.1...v0.5.0) - 2024-11-28 + +### Other + +- reset release flags diff --git a/crates/gh-workflow/Cargo.toml b/crates/gh-workflow/Cargo.toml index a9892c2..f14e9b2 100644 --- a/crates/gh-workflow/Cargo.toml +++ b/crates/gh-workflow/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"