Skip to content

Commit

Permalink
bumnp to v1.1.8
Browse files Browse the repository at this point in the history
  - improved errors.v3 - prevent attach itself into nested container
  - upgraded deps
  • Loading branch information
hedzr committed Apr 2, 2024
1 parent d0ba86d commit 95a0196
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package evendeep

const (
// Version string for hedzr/evendeep package
Version = "1.1.7"
Version = "1.1.8"
)

0 comments on commit 95a0196

Please sign in to comment.