Skip to content

Commit 3dc1ea5

Browse files
chore: release (#158)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 26ef5f9 commit 3dc1ea5

File tree

6 files changed

+72
-88
lines changed

6 files changed

+72
-88
lines changed

Cargo.lock

Lines changed: 55 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5.10"
3+
version = "0.6.0"
44
edition = "2021"
55

66
description = "macros for gh-workflow"

crates/gh-workflow-tailcall/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.2](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-tailcall-v0.5.1...gh-workflow-tailcall-v0.5.2) - 2025-05-06
11+
12+
### Added
13+
14+
- *(event)* add tags filter to Push struct for event handling ([#157](https://github.com/tailcallhq/gh-workflow/pull/157))
15+
1016
## [0.5.1](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-tailcall-v0.5.0...gh-workflow-tailcall-v0.5.1) - 2025-01-29
1117

1218
### Other

crates/gh-workflow-tailcall/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gh-workflow-tailcall"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition = "2021"
55

66

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

1414
[dependencies]
1515
derive_setters = { version = "0.1.6" }
16-
gh-workflow = { path = "../gh-workflow", version = "0.5.10" }
16+
gh-workflow = { path = "../gh-workflow", version = "0.6.0" }
1717
heck = "0.5.0"
1818

1919
[dev-dependencies]

crates/gh-workflow/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-v0.5.10...gh-workflow-v0.6.0) - 2025-05-06
11+
12+
### Added
13+
14+
- *(event)* add tags filter to Push struct for event handling ([#157](https://github.com/tailcallhq/gh-workflow/pull/157))
15+
1016
## [0.5.10](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-v0.5.9...gh-workflow-v0.5.10) - 2025-01-29
1117

1218
### Added

0 commit comments

Comments
 (0)