summaryrefslogtreecommitdiff
path: root/vendor/github.com/google/uuid/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-30 10:21:14 +0000
committerLibravatar GitHub <noreply@github.com>2023-10-30 10:21:14 +0000
commit6fa80f164d5630e71d2cd10faed8bebf30828893 (patch)
treeb990281de60335cf094bc303fb993c3a04c1c501 /vendor/github.com/google/uuid/CHANGELOG.md
parent[chore] Bump browserify-sign from 4.2.1 to 4.2.2 in /web/source (#2305) (diff)
downloadgotosocial-6fa80f164d5630e71d2cd10faed8bebf30828893.tar.xz
[chore]: Bump github.com/google/uuid from 1.3.1 to 1.4.0 (#2315)
Diffstat (limited to 'vendor/github.com/google/uuid/CHANGELOG.md')
-rw-r--r--vendor/github.com/google/uuid/CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/google/uuid/CHANGELOG.md b/vendor/github.com/google/uuid/CHANGELOG.md
index 2bd78667a..7ed347d3a 100644
--- a/vendor/github.com/google/uuid/CHANGELOG.md
+++ b/vendor/github.com/google/uuid/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## [1.4.0](https://github.com/google/uuid/compare/v1.3.1...v1.4.0) (2023-10-26)
+
+
+### Features
+
+* UUIDs slice type with Strings() convenience method ([#133](https://github.com/google/uuid/issues/133)) ([cd5fbbd](https://github.com/google/uuid/commit/cd5fbbdd02f3e3467ac18940e07e062be1f864b4))
+
+### Fixes
+
+* Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)
+
## [1.3.1](https://github.com/google/uuid/compare/v1.3.0...v1.3.1) (2023-08-18)