Skip to content

Commit 7afcc8a

Browse files
committed
build: bump gunny version to v0.3.0
1 parent eff6ac1 commit 7afcc8a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

gunny-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gunny-cli"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2024"
55
authors = ["Thane Thomson <connect@thanethomson.com>"]
66
description = "A CLI application for rendering static text content from templates."
@@ -18,7 +18,7 @@ path = "./src/main.rs"
1818

1919
[dependencies]
2020
clap = { version = "4.5.45", features = ["derive"] }
21-
gunny = { version = "0.2.0", path = "../gunny" }
21+
gunny = { version = "0.3.0", path = "../gunny" }
2222
regex = "1.11.1"
2323
serde_json = { version = "1.0.142", features = ["preserve_order"] }
2424
thiserror = "2.0.15"

gunny/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gunny"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2024"
55
authors = ["Thane Thomson <connect@thanethomson.com>"]
66
description = "A library for rendering static text content from templates."

0 commit comments

Comments
 (0)