From 35df7068e7f06b17b41a3e7ca45b9a41a3d90931 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Tue, 1 Apr 2025 13:25:21 -0400 Subject: [PATCH] release: uguid-2.2.1, gpt_disk_types-0.16.1, gpt_disk_io-0.16.2 --- Cargo.lock | 6 +++--- gpt_disk_io/CHANGELOG.md | 2 +- gpt_disk_io/Cargo.toml | 2 +- gpt_disk_types/CHANGELOG.md | 2 +- gpt_disk_types/Cargo.toml | 2 +- uguid/CHANGELOG.md | 2 +- uguid/Cargo.toml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cae4582..c940677 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -63,7 +63,7 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "gpt_disk_io" -version = "0.16.1" +version = "0.16.2" dependencies = [ "bytemuck", "gpt_disk_types", @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "gpt_disk_types" -version = "0.16.0" +version = "0.16.1" dependencies = [ "bytemuck", "crc", @@ -267,7 +267,7 @@ dependencies = [ [[package]] name = "uguid" -version = "2.2.0" +version = "2.2.1" dependencies = [ "bytemuck", "serde", diff --git a/gpt_disk_io/CHANGELOG.md b/gpt_disk_io/CHANGELOG.md index b48f194..dc7dc6f 100644 --- a/gpt_disk_io/CHANGELOG.md +++ b/gpt_disk_io/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.16.2 * MSRV increased to 1.81. * The `Error` trait is now unconditionally implemented for all error types. diff --git a/gpt_disk_io/Cargo.toml b/gpt_disk_io/Cargo.toml index 38c6667..8c35491 100644 --- a/gpt_disk_io/Cargo.toml +++ b/gpt_disk_io/Cargo.toml @@ -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"] diff --git a/gpt_disk_types/CHANGELOG.md b/gpt_disk_types/CHANGELOG.md index 597e9b4..9322d97 100644 --- a/gpt_disk_types/CHANGELOG.md +++ b/gpt_disk_types/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.16.1 * MSRV increased to 1.81. * The `Error` trait is now unconditionally implemented for all error types. diff --git a/gpt_disk_types/Cargo.toml b/gpt_disk_types/Cargo.toml index 1926287..2c610e7 100644 --- a/gpt_disk_types/Cargo.toml +++ b/gpt_disk_types/Cargo.toml @@ -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"] diff --git a/uguid/CHANGELOG.md b/uguid/CHANGELOG.md index 5766971..ec6b240 100644 --- a/uguid/CHANGELOG.md +++ b/uguid/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 2.2.1 * MSRV increased to 1.81. * The `Error` trait is now unconditionally implemented for `GuidFromStrError`. diff --git a/uguid/Cargo.toml b/uguid/Cargo.toml index 272f9ba..577ac8f 100644 --- a/uguid/Cargo.toml +++ b/uguid/Cargo.toml @@ -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"]