aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2021-08-27 16:50:05 -0700
committerDan Willemsen <dwillemsen@google.com>2021-08-27 16:50:19 -0700
commiteabad1f147a672fc1847d7f81159f8ffba0931c0 (patch)
tree18dde9c4efddb2640b930d8ae356d31bd89f90e9 /METADATA
parent3debcec77921606819d271cf6d708c39d0690ccc (diff)
parentd103655696d8ae43c4125ee61454dbf03d8e8324 (diff)
downloadgo-cmp-eabad1f147a672fc1847d7f81159f8ffba0931c0.tar.gz
Merge tag 'v0.5.6'
Change-Id: I4f0817d7efa4a1d223643d89b511571c0ad144db
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA13
1 files changed, 7 insertions, 6 deletions
diff --git a/METADATA b/METADATA
index 122afbe..c90ae19 100644
--- a/METADATA
+++ b/METADATA
@@ -1,8 +1,5 @@
name: "go-cmp"
-description:
- "This package is intended to be a more powerful and safer alternative to "
- "reflect.DeepEqual for comparing whether two values are semantically equal."
-
+description: "This package is intended to be a more powerful and safer alternative to reflect.DeepEqual for comparing whether two values are semantically equal."
third_party {
url {
type: HOMEPAGE
@@ -12,7 +9,11 @@ third_party {
type: GIT
value: "https://github.com/google/go-cmp.git"
}
- version: "v0.5.5"
- last_upgrade_date { year: 2021 month: 5 day: 19 }
+ version: "v0.5.6"
license_type: NOTICE
+ last_upgrade_date {
+ year: 2021
+ month: 8
+ day: 27
+ }
}