From f8f358d633858159034a4f46329b5c6b5ca1d8ad Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Wed, 7 Feb 2024 19:19:14 -0800 Subject: [PATCH] Release 0.3.0. --- Directory.Build.props | 2 +- LICENSE | 4 ++-- ReleaseNotes.md | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 231ec84..03aa1c4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -26,7 +26,7 @@ true beta.0 Bradley Grainger - Copyright 2023 Bradley Grainger + Copyright 2023–2024 Bradley Grainger diff --git a/LICENSE b/LICENSE index 87187b0..5b4c21b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Bradley Grainger +Copyright (c) 2023-2024 Bradley Grainger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 630859f..17d06f9 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,12 @@ # Release Notes +## 0.3.0 + +Update to Version 14 of the RFC draft. + +* **Breaking** Remove public `Guid` properties for hash space IDs. +* `GuidHelpers.CreateVersion8FromName` no longer hashes the hash space ID, meaning that it generates a different UUID (than v0.2.0) for the same algorithm, namespace ID, and name. + ## 0.2.0 Add the following experimental APIs: