Skip to content

Commit

Permalink
chore: release v0.5.1 (#87)
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 302ea90 commit 1d84284
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

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.5.0"
version = "0.5.1"
edition = "2021"

description = "macros for gh-workflow"
Expand Down
6 changes: 6 additions & 0 deletions crates/gh-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.1](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-v0.5.0...gh-workflow-v0.5.1) - 2024-11-29

### Other

- *(gh-workflow-macros)* release v0.5.0 ([#86](https://github.com/tailcallhq/gh-workflow/pull/86))

## [0.5.0](https://github.com/tailcallhq/gh-workflow/compare/v0.4.1...v0.5.0) - 2024-11-28

### Other
Expand Down
4 changes: 2 additions & 2 deletions crates/gh-workflow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gh-workflow"
version = "0.5.0"
version = "0.5.1"
edition = "2021"

description = "A type-safe GitHub Actions workflow generator"
Expand All @@ -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.5.0" }
gh-workflow-macros = { path = "../gh-workflow-macros", version = "0.5.1" }

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

0 comments on commit 1d84284

Please sign in to comment.