Skip to content

release: uguid-2.2.1, gpt_disk_types-0.16.1, gpt_disk_io-0.16.2 #280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

2 changes: 1 addition & 1 deletion gpt_disk_io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.16.2

* MSRV increased to 1.81.
* The `Error` trait is now unconditionally implemented for all error types.
2 changes: 1 addition & 1 deletion gpt_disk_io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@

[package]
name = "gpt_disk_io"
version = "0.16.1"
version = "0.16.2"
categories = ["data-structures", "embedded", "no-std"]
description = "GPT (GUID Partition Table) disk IO no_std library"
keywords = ["disk", "gpt", "no_std", "partition", "uefi"]
2 changes: 1 addition & 1 deletion gpt_disk_types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.16.1

* MSRV increased to 1.81.
* The `Error` trait is now unconditionally implemented for all error types.
2 changes: 1 addition & 1 deletion gpt_disk_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@

[package]
name = "gpt_disk_types"
version = "0.16.0"
version = "0.16.1"
categories = ["data-structures", "embedded", "no-std"]
description = "GPT (GUID Partition Table) disk data types no_std library"
keywords = ["disk", "gpt", "no_std", "partition", "uefi"]
2 changes: 1 addition & 1 deletion uguid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 2.2.1

* MSRV increased to 1.81.
* The `Error` trait is now unconditionally implemented for `GuidFromStrError`.
2 changes: 1 addition & 1 deletion uguid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@

[package]
name = "uguid"
version = "2.2.0"
version = "2.2.1"
categories = ["data-structures", "embedded", "no-std"]
description = "GUID (Globally Unique Identifier) no_std library"
keywords = ["gpt", "guid", "no_std", "uefi"]