Skip to content

Commit e8dd2e0

Browse files
chore: release (#135)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9a776e9 commit e8dd2e0

File tree

6 files changed

+24
-12
lines changed

6 files changed

+24
-12
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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.9"
3+
version = "0.5.10"
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.1](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-tailcall-v0.5.0...gh-workflow-tailcall-v0.5.1) - 2025-01-29
11+
12+
### Other
13+
14+
- updated the following local packages: gh-workflow
15+
1016
## [0.5.0](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-tailcall-v0.4.1...gh-workflow-tailcall-v0.5.0) - 2025-01-19
1117

1218
### Fixed

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.0"
3+
version = "0.5.1"
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.9" }
16+
gh-workflow = { path = "../gh-workflow", version = "0.5.10" }
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.5.10](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-v0.5.9...gh-workflow-v0.5.10) - 2025-01-29
11+
12+
### Added
13+
14+
- add get method to Jobs struct for retrieving jobs by key (#134)
15+
1016
## [0.5.9](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-v0.5.8...gh-workflow-v0.5.9) - 2025-01-19
1117

1218
### Fixed

crates/gh-workflow/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"
3-
version = "0.5.9"
3+
version = "0.5.10"
44
edition = "2021"
55

66
description = "A type-safe GitHub Actions workflow generator"
@@ -21,7 +21,7 @@ serde = { version = "1.0.210", features = ["derive"] }
2121
serde_json = { version = "1.0.128" }
2222
serde_yaml = "0.9.34"
2323
strum_macros = "0.26.4"
24-
gh-workflow-macros = { path = "../gh-workflow-macros", version = "0.5.9" }
24+
gh-workflow-macros = { path = "../gh-workflow-macros", version = "0.5.10" }
2525

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

0 commit comments

Comments
 (0)