Skip to content

Commit

Permalink
Merge pull request #196 from fossable/release-plz-2024-05-15T23-00-22Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
cilki committed May 15, 2024
2 parents 802c8fe + 5ddb814 commit 1efd593
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions goldboot-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.2](https://github.com/fossable/goldboot/compare/goldboot-registry-v0.0.1...goldboot-registry-v0.0.2) - 2024-05-15

### Other
- release

## [0.0.1](https://github.com/fossable/goldboot/releases/tag/goldboot-registry-v0.0.1) - 2024-05-12

### Other
Expand Down
4 changes: 2 additions & 2 deletions goldboot-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "goldboot-registry"
description = "A web service for hosting goldboot images"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
license = "AGPL-3.0-only"
authors = ["Tyler Cook"]
Expand All @@ -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.4" }
goldboot = { path="../goldboot", version = "0.0.5" }
reqwest = { version = "0.11.22", features = ["stream"] }
tftpd = { version = "0.2.12", optional = true }
tokio = { version = "1.34.0", features = ["full"] }
Expand Down
5 changes: 5 additions & 0 deletions goldboot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.5](https://github.com/fossable/goldboot/compare/goldboot-v0.0.4...goldboot-v0.0.5) - 2024-05-15

### Other
- set defaults for lesser used config options like debug

## [0.0.4](https://github.com/fossable/goldboot/compare/goldboot-v0.0.3...goldboot-v0.0.4) - 2024-05-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion 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.4"
version = "0.0.5"

[dependencies]
anyhow = "1.0.76"
Expand Down

0 comments on commit 1efd593

Please sign in to comment.