Skip to content

Commit

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

- 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
- fixed causes.WithErrors(): err obj has been ignored even if its message is not empty

- v3.1.6
- improved/fixed the formatting algorithm on error object
- added more builtin error codes, such as IllegalState
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Wrapped errors and more for golang developing (not just for go1.11, go1.13, and

## History

- 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
- fixed causes.WithErrors(): err obj has been ignored even if its message is not empty

- v3.1.6
- improved/fixed the formatting algorithm on error object
- added more builtin error codes, such as IllegalState
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.6"
Version = "3.1.9"
// VersionInt const
VersionInt = 0x030106
VersionInt = 0x030109
)

0 comments on commit 8165d0f

Please sign in to comment.