Skip to content

Commit 7af7e1c

Browse files
chore: release (#116)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c1cb2a4 commit 7af7e1c

File tree

6 files changed

+49
-31
lines changed

6 files changed

+49
-31
lines changed

Cargo.lock

Lines changed: 32 additions & 26 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.6"
3+
version = "0.5.7"
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.2.1](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-tailcall-v0.2.0...gh-workflow-tailcall-v0.2.1) - 2024-12-29
11+
12+
### Fixed
13+
14+
- *(deps)* update rust crate serde_json to v1.0.134 (#111)
15+
1016
## [0.2.0](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-tailcall-v0.1.4...gh-workflow-tailcall-v0.2.0) - 2024-12-11
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.2.0"
3+
version = "0.2.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.6" }
16+
gh-workflow = { path = "../gh-workflow", version = "0.5.7" }
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.7](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-v0.5.6...gh-workflow-v0.5.7) - 2024-12-29
11+
12+
### Fixed
13+
14+
- *(deps)* update rust crate serde_json to v1.0.134 (#111)
15+
1016
## [0.5.6](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-v0.5.5...gh-workflow-v0.5.6) - 2024-12-11
1117

1218
### Other

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.6"
3+
version = "0.5.7"
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.6" }
24+
gh-workflow-macros = { path = "../gh-workflow-macros", version = "0.5.7" }
2525

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

0 commit comments

Comments
 (0)