Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 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.6.0"
version = "0.6.1"
edition = "2021"

description = "macros for gh-workflow"
Expand Down
6 changes: 6 additions & 0 deletions crates/gh-workflow-tailcall/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.4](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-tailcall-v0.5.3...gh-workflow-tailcall-v0.5.4) - 2025-08-16

### Other

- updated the following local packages: gh-workflow

## [0.5.3](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-tailcall-v0.5.2...gh-workflow-tailcall-v0.5.3) - 2025-08-04

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


Expand All @@ -13,7 +13,7 @@ keywords = ["github", "actions", "workflow", "generator"]

[dependencies]
derive_setters = { version = "0.1.6" }
gh-workflow = { path = "../gh-workflow", version = "0.6.0" }
gh-workflow = { path = "../gh-workflow", version = "0.6.1" }
heck = "0.5.0"

[dev-dependencies]
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.6.1](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-v0.6.0...gh-workflow-v0.6.1) - 2025-08-16

### Other

- *(deps)* update actions/checkout action to v5 ([#162](https://github.com/tailcallhq/gh-workflow/pull/162))

## [0.6.0](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-v0.5.10...gh-workflow-v0.6.0) - 2025-05-06

### Added
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.6.0"
version = "0.6.1"
edition = "2021"

description = "A type-safe GitHub Actions workflow generator"
Expand All @@ -21,7 +21,7 @@ serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128" }
serde_yaml = "0.9.34"
strum_macros = "0.27.0"
gh-workflow-macros = { path = "../gh-workflow-macros", version = "0.6.0" }
gh-workflow-macros = { path = "../gh-workflow-macros", version = "0.6.1" }

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