Skip to content

Commit ca6e5c0

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

File tree

10 files changed

+18
-14
lines changed

10 files changed

+18
-14
lines changed

Cargo.lock

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

goldboot-image/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.3"
10+
version = "0.0.4"
1111

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

goldboot-linux/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.1"
10+
version = "0.0.2"
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.3" }
21-
goldboot = { path="../goldboot", version = "0.0.8" }
20+
goldboot-image = { path="../goldboot-image", version = "0.0.4" }
21+
goldboot = { path="../goldboot", version = "0.0.9" }
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-macros/CHANGELOG.md

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

goldboot-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "AGPL-3.0-only"
66
name = "goldboot-macros"
77
rust-version = "1.74"
8-
version = "0.0.2"
8+
version = "0.0.3"
99
repository = "https://github.com/fossable/goldboot"
1010

1111
[lib]

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.3" }
18-
goldboot = { path="../goldboot", version = "0.0.8" }
17+
goldboot-image = { path="../goldboot-image", version = "0.0.4" }
18+
goldboot = { path="../goldboot", version = "0.0.9" }
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
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Changelog

goldboot/Cargo.toml

+3-3
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.8"
11+
version = "0.0.9"
1212

1313
[dependencies]
1414
anyhow = "1.0.76"
@@ -26,8 +26,8 @@ fatfs = { version = "0.3.6", optional = true }
2626
flate2 = "1.0.28"
2727
fossable = "0.1.2"
2828
fscommon = { version = "0.1.1", optional = true }
29-
goldboot-image = { path="../goldboot-image", version = "0.0.3" }
30-
goldboot-macros = { path="../goldboot-macros", version = "0.0.2" }
29+
goldboot-image = { path="../goldboot-image", version = "0.0.4" }
30+
goldboot-macros = { path="../goldboot-macros", version = "0.0.3" }
3131
hex = "0.4.3"
3232
indicatif = "0.17.7"
3333
openssl = { version = "0.10", features = ["vendored"] }

0 commit comments

Comments
 (0)