Skip to content

Commit

Permalink
chore: release (#214)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 2, 2024
1 parent fb7e133 commit ca6e5c0
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions goldboot-image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
2 changes: 1 addition & 1 deletion goldboot-image/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "AGPL-3.0-only"
name = "goldboot-image"
repository = "https://github.com/fossable/goldboot"
rust-version = "1.74"
version = "0.0.3"
version = "0.0.4"

[dependencies]
aes-gcm = { version = "0.10.3", features = ["std"] }
Expand Down
1 change: 1 addition & 0 deletions goldboot-linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
6 changes: 3 additions & 3 deletions goldboot-linux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "AGPL-3.0-only"
name = "goldboot-linux"
repository = "https://github.com/fossable/goldboot"
rust-version = "1.74"
version = "0.0.1"
version = "0.0.2"

[dependencies]
block-utils = { version = "0.11.1" }
Expand All @@ -17,8 +17,8 @@ gdk4 = { version = "0.8.1" }
gdk-pixbuf = { version = "0.19.2" }
glib-macros = { version = "0.19.2" }
glib = { version = "0.19.2" }
goldboot-image = { path="../goldboot-image", version = "0.0.3" }
goldboot = { path="../goldboot", version = "0.0.8" }
goldboot-image = { path="../goldboot-image", version = "0.0.4" }
goldboot = { path="../goldboot", version = "0.0.9" }
gtk4 = { version = "0.8.1", features = ["v4_12"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down
1 change: 1 addition & 0 deletions goldboot-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
2 changes: 1 addition & 1 deletion goldboot-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "AGPL-3.0-only"
name = "goldboot-macros"
rust-version = "1.74"
version = "0.0.2"
version = "0.0.3"
repository = "https://github.com/fossable/goldboot"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions goldboot-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ rust-version = "1.74"
anyhow = "1.0.76"
axum = "0.7.4"
clap = { version = "4.4.7", features = ["derive", "string"] }
goldboot-image = { path="../goldboot-image", version = "0.0.3" }
goldboot = { path="../goldboot", version = "0.0.8" }
goldboot-image = { path="../goldboot-image", version = "0.0.4" }
goldboot = { path="../goldboot", version = "0.0.9" }
reqwest = { version = "0.11.22", features = ["stream"] }
tftpd = { version = "0.2.12", optional = true }
tokio = { version = "1.34.0", features = ["full"] }
Expand Down
1 change: 1 addition & 0 deletions goldboot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
6 changes: 3 additions & 3 deletions goldboot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "goldboot"
readme = "README.md"
repository = "https://github.com/fossable/goldboot"
rust-version = "1.74"
version = "0.0.8"
version = "0.0.9"

[dependencies]
anyhow = "1.0.76"
Expand All @@ -26,8 +26,8 @@ fatfs = { version = "0.3.6", optional = true }
flate2 = "1.0.28"
fossable = "0.1.2"
fscommon = { version = "0.1.1", optional = true }
goldboot-image = { path="../goldboot-image", version = "0.0.3" }
goldboot-macros = { path="../goldboot-macros", version = "0.0.2" }
goldboot-image = { path="../goldboot-image", version = "0.0.4" }
goldboot-macros = { path="../goldboot-macros", version = "0.0.3" }
hex = "0.4.3"
indicatif = "0.17.7"
openssl = { version = "0.10", features = ["vendored"] }
Expand Down

0 comments on commit ca6e5c0

Please sign in to comment.