Skip to content

Commit

Permalink
release: uguid-2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbishop committed Nov 27, 2023
1 parent a9b8151 commit 96ee9bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 uguid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 2.2.0

* Added `Variant` enum and `Guid::variant` method.
* Added `Guid::from_random_bytes` constructor.
Expand Down
2 changes: 1 addition & 1 deletion uguid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

0 comments on commit 96ee9bb

Please sign in to comment.