Skip to content

Commit 97fb232

Browse files
committed
v0.0.14
1 parent 9c5368e commit 97fb232

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*", "examples/*"]
33
resolver = "3"
44

55
[workspace.package]
6-
version = "0.0.13"
6+
version = "0.0.14"
77
edition = "2024"
88
rust-version = "1.85"
99
description = "cdk-ansible is a tool to generate Ansible playbooks from Rust code."
@@ -17,9 +17,9 @@ keywords = ["ansible", "cdk", "cdk-ansible"]
1717
[workspace.dependencies]
1818
cdk-ansible = { path = "crates/cdk-ansible" }
1919
cdk-ansible-cli = { path = "crates/cdk-ansible-cli" }
20-
cdk-ansible-core = { version = "0.0.4", path = "crates/cdk-ansible-core" }
20+
cdk-ansible-core = { version = "0.0.5", path = "crates/cdk-ansible-core" }
2121
cdk-ansible-static = { version = "0.0.2", path = "crates/cdk-ansible-static" }
22-
cdk-ansible-macro = { version = "0.0.3", path = "crates/cdk-ansible-macro" }
22+
cdk-ansible-macro = { version = "0.0.4", path = "crates/cdk-ansible-macro" }
2323

2424
anyhow = { version = "1.0.95" }
2525
cargo_toml = "0.21.0"

crates/cdk-ansible-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cdk-ansible-core"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
edition.workspace = true
55
rust-version.workspace = true
66
description.workspace = true

crates/cdk-ansible-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cdk-ansible-macro"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
edition.workspace = true
55
rust-version.workspace = true
66
description.workspace = true

0 commit comments

Comments
 (0)