Skip to content

Commit

Permalink
chore: release (#212)
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] committed Jun 2, 2024
1 parent 8e024c1 commit e4d982f
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

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

## [Unreleased]

## [0.0.3](https://github.com/fossable/goldboot/compare/goldboot-image-v0.0.2...goldboot-image-v0.0.3) - 2024-06-02

### Fixed
- convert_random_data test

### Other
- avoid unexpected qcow2 size
- attempt to use cross-rs image for release job
- continue liveusb command implementation

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

### Other
Expand Down
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.2"
version = "0.0.3"

[dependencies]
aes-gcm = { version = "0.10.3", features = ["std"] }
Expand Down
23 changes: 23 additions & 0 deletions goldboot-linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1](https://github.com/fossable/goldboot/releases/tag/goldboot-linux-v0.0.1) - 2024-06-02

### Other
- create separate goldboot-linux crate
- reorganize crates (again)
- reorganize crates
- move template icons
- remove goldboot-graphics crate
- back to standard formatting
- Fix remaining image test
- Remove vault section and add directory section to image format
- Fix one of the image tests
- Migrate core crate into CLI crate
- Enable dependabot
- Rename gui crate
4 changes: 2 additions & 2 deletions goldboot-linux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2" }
goldboot = { path="../goldboot", version = "0.0.7" }
goldboot-image = { path="../goldboot-image", version = "0.0.3" }
goldboot = { path="../goldboot", version = "0.0.8" }
gtk4 = { version = "0.8.1", features = ["v4_12"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down
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.5](https://github.com/fossable/goldboot/compare/goldboot-registry-v0.0.4...goldboot-registry-v0.0.5) - 2024-06-02

### Other
- updated the following local packages: goldboot, goldboot-image

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

### Other
Expand Down
6 changes: 3 additions & 3 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.4"
version = "0.0.5"
edition = "2021"
license = "AGPL-3.0-only"
authors = ["Tyler Cook"]
Expand All @@ -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.2" }
goldboot = { path="../goldboot", version = "0.0.7" }
goldboot-image = { path="../goldboot-image", version = "0.0.3" }
goldboot = { path="../goldboot", version = "0.0.8" }
reqwest = { version = "0.11.22", features = ["stream"] }
tftpd = { version = "0.2.12", optional = true }
tokio = { version = "1.34.0", features = ["full"] }
Expand Down
10 changes: 10 additions & 0 deletions goldboot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.8](https://github.com/fossable/goldboot/compare/goldboot-v0.0.7...goldboot-v0.0.8) - 2024-06-02

### Other
- create separate goldboot-linux crate
- rename mold -> os
- avoid unexpected qcow2 size
- attempt to use cross-rs image for release job
- continue liveusb command implementation
- update Github releases URL

## [0.0.7](https://github.com/fossable/goldboot/compare/goldboot-v0.0.6...goldboot-v0.0.7) - 2024-05-17

### Other
Expand Down
4 changes: 2 additions & 2 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.7"
version = "0.0.8"

[dependencies]
anyhow = "1.0.76"
Expand All @@ -26,7 +26,7 @@ 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.2" }
goldboot-image = { path="../goldboot-image", version = "0.0.3" }
goldboot-macros = { path="../goldboot-macros", version = "0.0.2" }
hex = "0.4.3"
indicatif = "0.17.7"
Expand Down

0 comments on commit e4d982f

Please sign in to comment.