Skip to content

Commit 0c33690

Browse files
chore: release (#95)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8198564 commit 0c33690

File tree

6 files changed

+32
-20
lines changed

6 files changed

+32
-20
lines changed

Cargo.lock

Lines changed: 15 additions & 15 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.3"
3+
version = "0.5.4"
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.1.3](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-tailcall-v0.1.2...gh-workflow-tailcall-v0.1.3) - 2024-12-02
11+
12+
### Other
13+
14+
- updated the following local packages: gh-workflow
15+
1016
## [0.1.2](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-tailcall-v0.1.1...gh-workflow-tailcall-v0.1.2) - 2024-11-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.1.2"
3+
version = "0.1.3"
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.3" }
16+
gh-workflow = { path = "../gh-workflow", version = "0.5.4" }
1717

1818
[dev-dependencies]
1919
insta = "1.40.0"

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.4](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-v0.5.3...gh-workflow-v0.5.4) - 2024-12-02
11+
12+
### Fixed
13+
14+
- jobs dependency id generator ([#94](https://github.com/tailcallhq/gh-workflow/pull/94))
15+
1016
## [0.5.3](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-v0.5.2...gh-workflow-v0.5.3) - 2024-11-29
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.3"
3+
version = "0.5.4"
44
edition = "2021"
55

66
description = "A type-safe GitHub Actions workflow generator"
@@ -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.5.3" }
23+
gh-workflow-macros = { path = "../gh-workflow-macros", version = "0.5.4" }
2424

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

0 commit comments

Comments
 (0)