From 3f23e30d80adc9e78b519e7a2cbf613d255cce5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 03:43:43 +0000 Subject: [PATCH] chore: release (#200) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- goldboot-registry/CHANGELOG.md | 5 +++++ goldboot-registry/Cargo.toml | 4 ++-- goldboot/CHANGELOG.md | 5 +++++ goldboot/Cargo.toml | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24024f3..9134587 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1286,7 +1286,7 @@ dependencies = [ [[package]] name = "goldboot" -version = "0.0.6" +version = "0.0.7" dependencies = [ "anyhow", "axum", @@ -1375,7 +1375,7 @@ dependencies = [ [[package]] name = "goldboot-registry" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "axum", diff --git a/goldboot-registry/CHANGELOG.md b/goldboot-registry/CHANGELOG.md index eda20e3..8e950b9 100644 --- a/goldboot-registry/CHANGELOG.md +++ b/goldboot-registry/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.4](https://github.com/fossable/goldboot/compare/goldboot-registry-v0.0.3...goldboot-registry-v0.0.4) - 2024-05-17 + +### Other +- update Cargo.lock dependencies + ## [0.0.3](https://github.com/fossable/goldboot/compare/goldboot-registry-v0.0.2...goldboot-registry-v0.0.3) - 2024-05-17 ### Other diff --git a/goldboot-registry/Cargo.toml b/goldboot-registry/Cargo.toml index 2f4e607..8dda536 100644 --- a/goldboot-registry/Cargo.toml +++ b/goldboot-registry/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "goldboot-registry" description = "A web service for hosting goldboot images" -version = "0.0.3" +version = "0.0.4" edition = "2021" license = "AGPL-3.0-only" authors = ["Tyler Cook"] @@ -15,7 +15,7 @@ anyhow = "1.0.76" axum = "0.7.4" clap = { version = "4.4.7", features = ["derive", "string"] } goldboot-image = { path="../goldboot-image", version = "0.0.2" } -goldboot = { path="../goldboot", version = "0.0.6" } +goldboot = { path="../goldboot", version = "0.0.7" } reqwest = { version = "0.11.22", features = ["stream"] } tftpd = { version = "0.2.12", optional = true } tokio = { version = "1.34.0", features = ["full"] } diff --git a/goldboot/CHANGELOG.md b/goldboot/CHANGELOG.md index 9906cec..be173d1 100644 --- a/goldboot/CHANGELOG.md +++ b/goldboot/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.7](https://github.com/fossable/goldboot/compare/goldboot-v0.0.6...goldboot-v0.0.7) - 2024-05-17 + +### Other +- *(deps)* bump toml from 0.8.12 to 0.8.13 ([#198](https://github.com/fossable/goldboot/pull/198)) + ## [0.0.6](https://github.com/fossable/goldboot/compare/goldboot-v0.0.5...goldboot-v0.0.6) - 2024-05-17 ### Other diff --git a/goldboot/Cargo.toml b/goldboot/Cargo.toml index 2998b26..d5f497b 100644 --- a/goldboot/Cargo.toml +++ b/goldboot/Cargo.toml @@ -8,7 +8,7 @@ name = "goldboot" readme = "README.md" repository = "https://github.com/fossable/goldboot" rust-version = "1.74" -version = "0.0.6" +version = "0.0.7" [dependencies] anyhow = "1.0.76"