Skip to content

Commit ef51106

Browse files
chore: release (#179)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5143e35 commit ef51106

File tree

7 files changed

+26
-8
lines changed

7 files changed

+26
-8
lines changed

Cargo.lock

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

crates/gh-workflow-macros/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.8.1](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-macros-v0.8.0...gh-workflow-macros-v0.8.1) - 2025-11-18
11+
12+
### Other
13+
14+
- *(release)* enable always release in release-plz config

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.8.0"
3+
version = "0.8.1"
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.7](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-tailcall-v0.5.6...gh-workflow-tailcall-v0.5.7) - 2025-11-18
11+
12+
### Other
13+
14+
- *(release)* enable always release in release-plz config
15+
1016
## [0.5.6](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-tailcall-v0.5.5...gh-workflow-tailcall-v0.5.6) - 2025-09-08
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.6"
3+
version = "0.5.7"
44
edition = "2021"
55

66

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

1414
[dependencies]
1515
derive_setters = { workspace = true }
16-
gh-workflow = { path = "../gh-workflow", version = "0.8.0" }
16+
gh-workflow = { path = "../gh-workflow", version = "0.8.1" }
1717
heck = { workspace = true }
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.8.1](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-v0.8.0...gh-workflow-v0.8.1) - 2025-11-18
11+
12+
### Other
13+
14+
- *(release)* enable always release in release-plz config
15+
1016
## [0.8.0](https://github.com/tailcallhq/gh-workflow/compare/gh-workflow-v0.7.0...gh-workflow-v0.8.0) - 2025-09-08
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.8.0"
3+
version = "0.8.1"
44
edition = "2021"
55

66
description = "A type-safe GitHub Actions workflow generator"
@@ -21,7 +21,7 @@ serde = { workspace = true }
2121
serde_json = { workspace = true }
2222
serde_yml = { workspace = true }
2323
strum_macros = { workspace = true }
24-
gh-workflow-macros = { path = "../gh-workflow-macros", version = "0.8.0" }
24+
gh-workflow-macros = { path = "../gh-workflow-macros", version = "0.8.1" }
2525

2626
[dev-dependencies]
2727
insta = { workspace = true }

0 commit comments

Comments
 (0)