Skip to content

Commit

Permalink
bump to v3.1.11
Browse files Browse the repository at this point in the history
Signed-off-by: Hedzr Yeh <hedzrz@gmail.com>
  • Loading branch information
hedzr committed Oct 15, 2023
1 parent 8aa8d3e commit 9b97c5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

- v3.1.11
- fixed error.Is to avoid panic when testing on some obj

- v3.1.9
- fixed error.Is deep test to check two errors' message text contents if matched
- fixed errors.v3.Join when msg is not empty in an err obj
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Wrapped errors and more for golang developing (not just for go1.11, go1.13, and

## History

- v3.1.11
- fixed error.Is to avoid panic when testing on some obj

- v3.1.9
- fixed error.Is deep test to check two errors' message text contents if matched
- fixed errors.v3.Join when msg is not empty in an err obj
Expand Down
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
// AppName const
AppName = "errors"
// Version const
Version = "3.1.9"
Version = "3.1.11"
// VersionInt const
VersionInt = 0x030109
VersionInt = 0x03010B
)

0 comments on commit 9b97c5a

Please sign in to comment.