From 95a019633e13f0814f2506435632ff35cd4cbc76 Mon Sep 17 00:00:00 2001 From: hz Date: Tue, 2 Apr 2024 09:30:52 +0800 Subject: [PATCH] bumnp to v1.1.8 - improved errors.v3 - prevent attach itself into nested container - upgraded deps --- CHANGELOG | 4 ++++ doc.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9374737..570c251 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # HISTORY +- v1.1.8 + - improved errors.v3 - prevent attach itself into nested container + - upgraded deps + - v1.1.7 - improved map -> struct, the lower-case map key names will be mapping to camel-case to match the corresponding export field names. - upgraded deps diff --git a/doc.go b/doc.go index 8190ca9..3160acb 100644 --- a/doc.go +++ b/doc.go @@ -2,5 +2,5 @@ package evendeep const ( // Version string for hedzr/evendeep package - Version = "1.1.7" + Version = "1.1.8" )