Skip to content

Commit 302ea90

Browse files
chore(gh-workflow-macros): release v0.5.0 (#86)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a13bca8 commit 302ea90

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]

crates/gh-workflow-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gh-workflow-macros"
3-
version = "0.1.0"
3+
version = "0.5.0"
44
edition = "2021"
55

66
description = "macros for gh-workflow"

crates/gh-workflow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde = { version = "1.0.210", features = ["derive"] }
2020
serde_json = { version = "1.0.128" }
2121
serde_yaml = "0.9.34"
2222
strum_macros = "0.26.4"
23-
gh-workflow-macros = { path = "../gh-workflow-macros", version = "0.1.0" }
23+
gh-workflow-macros = { path = "../gh-workflow-macros", version = "0.5.0" }
2424

2525
[dev-dependencies]
2626
insta = "1.40.0"

0 commit comments

Comments
 (0)