Skip to content

Commit e5f9dbd

Browse files
chore: release
1 parent 0489809 commit e5f9dbd

File tree

8 files changed

+14
-11
lines changed

8 files changed

+14
-11
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.

goldboot-image/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# Changelog
2+
Body

goldboot-image/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Unlicense"
77
name = "goldboot-image"
88
repository = "https://github.com/fossable/goldboot"
99
rust-version = "1.85"
10-
version = "0.0.5"
10+
version = "0.0.6"
1111

1212
[dependencies]
1313
aes-gcm = { version = "0.10.3", features = ["std"] }

goldboot-macros/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# Changelog
1+
# Changelog
2+
Body

goldboot-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55
license = "Unlicense"
66
name = "goldboot-macros"
77
rust-version = "1.85"
8-
version = "0.0.3"
8+
version = "0.0.4"
99
repository = "https://github.com/fossable/goldboot"
1010

1111
[lib]

goldboot-registry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ rust-version = "1.85"
1414
anyhow = "1.0.76"
1515
axum = "0.8.3"
1616
clap = { version = "4.4.7", features = ["derive", "string"] }
17-
goldboot-image = { path = "../goldboot-image", version = "0.0.5" }
18-
goldboot = { path = "../goldboot", version = "0.0.10" }
17+
goldboot-image = { path = "../goldboot-image", version = "0.0.6" }
18+
goldboot = { path = "../goldboot", version = "0.0.11" }
1919
reqwest = { workspace = true, features = ["stream"] }
2020
tftpd = { version = "0.5.0", optional = true }
2121
tokio = { version = "1.34.0", features = ["full"] }

goldboot/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# Changelog
2+
Body

goldboot/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "goldboot"
88
readme = "README.md"
99
repository = "https://github.com/fossable/goldboot"
1010
rust-version = "1.85"
11-
version = "0.0.10"
11+
version = "0.0.11"
1212

1313
[dependencies]
1414
anyhow = { workspace = true }
@@ -29,8 +29,8 @@ fatfs = { version = "0.3.6", optional = true }
2929
flate2 = "1.0.28"
3030
fossable = { workspace = true }
3131
fscommon = { version = "0.1.1", optional = true }
32-
goldboot-image = { path = "../goldboot-image", version = "0.0.5" }
33-
goldboot-macros = { path = "../goldboot-macros", version = "0.0.3" }
32+
goldboot-image = { path = "../goldboot-image", version = "0.0.6" }
33+
goldboot-macros = { path = "../goldboot-macros", version = "0.0.4" }
3434
hex = { workspace = true }
3535
image = { version = "0.25", optional = true, default-features = false, features = ["png"] }
3636
indicatif = "0.18.0"

0 commit comments

Comments
 (0)