Skip to content

Commit

Permalink
chore(gh-workflow-macros): release v0.5.0 (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 29, 2024
1 parent a13bca8 commit 302ea90
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions crates/gh-workflow-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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]
2 changes: 1 addition & 1 deletion crates/gh-workflow-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gh-workflow-macros"
version = "0.1.0"
version = "0.5.0"
edition = "2021"

description = "macros for gh-workflow"
Expand Down
2 changes: 1 addition & 1 deletion crates/gh-workflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128" }
serde_yaml = "0.9.34"
strum_macros = "0.26.4"
gh-workflow-macros = { path = "../gh-workflow-macros", version = "0.1.0" }
gh-workflow-macros = { path = "../gh-workflow-macros", version = "0.5.0" }

[dev-dependencies]
insta = "1.40.0"
Expand Down

0 comments on commit 302ea90

Please sign in to comment.