Skip to content

Commit 3f23e30

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

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

goldboot-registry/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.4](https://github.com/fossable/goldboot/compare/goldboot-registry-v0.0.3...goldboot-registry-v0.0.4) - 2024-05-17
10+
11+
### Other
12+
- update Cargo.lock dependencies
13+
914
## [0.0.3](https://github.com/fossable/goldboot/compare/goldboot-registry-v0.0.2...goldboot-registry-v0.0.3) - 2024-05-17
1015

1116
### Other

goldboot-registry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "goldboot-registry"
33
description = "A web service for hosting goldboot images"
4-
version = "0.0.3"
4+
version = "0.0.4"
55
edition = "2021"
66
license = "AGPL-3.0-only"
77
authors = ["Tyler Cook"]
@@ -15,7 +15,7 @@ anyhow = "1.0.76"
1515
axum = "0.7.4"
1616
clap = { version = "4.4.7", features = ["derive", "string"] }
1717
goldboot-image = { path="../goldboot-image", version = "0.0.2" }
18-
goldboot = { path="../goldboot", version = "0.0.6" }
18+
goldboot = { path="../goldboot", version = "0.0.7" }
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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.7](https://github.com/fossable/goldboot/compare/goldboot-v0.0.6...goldboot-v0.0.7) - 2024-05-17
10+
11+
### Other
12+
- *(deps)* bump toml from 0.8.12 to 0.8.13 ([#198](https://github.com/fossable/goldboot/pull/198))
13+
914
## [0.0.6](https://github.com/fossable/goldboot/compare/goldboot-v0.0.5...goldboot-v0.0.6) - 2024-05-17
1015

1116
### Other

goldboot/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.6"
11+
version = "0.0.7"
1212

1313
[dependencies]
1414
anyhow = "1.0.76"

0 commit comments

Comments
 (0)