Skip to content

Commit faa8dc1

Browse files
authoredMar 4, 2025··
chore: release (#244)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 691b73c commit faa8dc1

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed
 

‎Cargo.lock

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

‎goldboot-image/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Changelog
1+
# Changelog

‎goldboot-image/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "AGPL-3.0-only"
77
name = "goldboot-image"
88
repository = "https://github.com/fossable/goldboot"
99
rust-version = "1.74"
10-
version = "0.0.4"
10+
version = "0.0.5"
1111

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

‎goldboot-linux/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Changelog
1+
# Changelog

‎goldboot-linux/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "AGPL-3.0-only"
77
name = "goldboot-linux"
88
repository = "https://github.com/fossable/goldboot"
99
rust-version = "1.74"
10-
version = "0.0.2"
10+
version = "0.0.3"
1111

1212
[dependencies]
1313
block-utils = { version = "0.11.1" }
@@ -17,8 +17,8 @@ gdk4 = { version = "0.8.1" }
1717
gdk-pixbuf = { version = "0.19.2" }
1818
glib-macros = { version = "0.19.2" }
1919
glib = { version = "0.19.2" }
20-
goldboot-image = { path="../goldboot-image", version = "0.0.4" }
21-
goldboot = { path="../goldboot", version = "0.0.9" }
20+
goldboot-image = { path="../goldboot-image", version = "0.0.5" }
21+
goldboot = { path="../goldboot", version = "0.0.10" }
2222
gtk4 = { version = "0.8.1", features = ["v4_12"] }
2323
tracing = "0.1.40"
2424
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

‎goldboot-registry/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ rust-version = "1.74"
1414
anyhow = "1.0.76"
1515
axum = "0.7.4"
1616
clap = { version = "4.4.7", features = ["derive", "string"] }
17-
goldboot-image = { path="../goldboot-image", version = "0.0.4" }
18-
goldboot = { path="../goldboot", version = "0.0.9" }
17+
goldboot-image = { path="../goldboot-image", version = "0.0.5" }
18+
goldboot = { path="../goldboot", version = "0.0.10" }
1919
reqwest = { version = "0.11.22", features = ["stream"] }
2020
tftpd = { version = "0.2.12", optional = true }
2121
tokio = { version = "1.34.0", features = ["full"] }

‎goldboot/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Changelog
1+
# Changelog

‎goldboot/Cargo.toml

+2-2
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.74"
11-
version = "0.0.9"
11+
version = "0.0.10"
1212

1313
[dependencies]
1414
anyhow = { workspace = true }
@@ -26,7 +26,7 @@ fatfs = { version = "0.3.6", optional = true }
2626
flate2 = "1.0.28"
2727
fossable = { workspace = true }
2828
fscommon = { version = "0.1.1", optional = true }
29-
goldboot-image = { path = "../goldboot-image", version = "0.0.4" }
29+
goldboot-image = { path = "../goldboot-image", version = "0.0.5" }
3030
goldboot-macros = { path = "../goldboot-macros", version = "0.0.3" }
3131
hex = { workspace = true }
3232
indicatif = "0.17.7"

0 commit comments

Comments
 (0)
Please sign in to comment.