Skip to content

Commit

Permalink
bump to v3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Feb 25, 2022
1 parent da3db1b commit 7063b87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ import "gopkg.in/hedzr/errors.v3"

## History

- v3.0.9
- fix: WithErrors will check IsEmpty on an error container and avoid adding it if empty.

- v3.0.8
- restore error message template
- all features in v2 are restored with a new fluent style
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.0.8"
Version = "3.0.9"
// VersionInt const
VersionInt = 0x030008
VersionInt = 0x030009
)

0 comments on commit 7063b87

Please sign in to comment.