Skip to content

Commit

Permalink
bump to v3.0.10
Browse files Browse the repository at this point in the history
- v3.0.10
  - support go1.11-17,18+
  • Loading branch information
hedzr committed Mar 6, 2022
1 parent 06bdf92 commit d5621e8
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.10
- support go1.11-17,18+

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

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.9"
Version = "3.0.10"
// VersionInt const
VersionInt = 0x030009
VersionInt = 0x03000a
)

0 comments on commit d5621e8

Please sign in to comment.