Skip to content

Commit 21dc46c

Browse files
committed
bump to v3.1.3
- v3.1.3 - better output of sites and taggedSites
1 parent 66b2faa commit 21dc46c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
- v3.1.3
4+
- better output of sites and taggedSites
5+
36
- v3.1.1
47
- better message format for a nested error, see [Better format](#better-format-for-a-nested-error)
58

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Coverage Status](https://coveralls.io/repos/github/hedzr/errors/badge.svg)](https://coveralls.io/github/hedzr/errors)
88
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhedzr%2Ferrors.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhedzr%2Ferrors?ref=badge_shield)
99

10-
Wrapped errors and more for golang developing (not just for go1.13+, go1.20+).
10+
Wrapped errors and more for golang developing (not just for go1.11, go1.13, and go1.20+).
1111

1212
`hedzr/errors` provides the compatibilities to your old project up to go 1.20.
1313

@@ -31,6 +31,9 @@ Wrapped errors and more for golang developing (not just for go1.13+, go1.20+).
3131

3232
## History
3333

34+
- v3.1.3
35+
- better output of sites and taggedSites
36+
3437
- v3.1.1
3538
- better message format for a nested error, see [Better format](#better-format-for-a-nested-error)
3639

doc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const (
1010
// AppName const
1111
AppName = "errors"
1212
// Version const
13-
Version = "3.1.1"
13+
Version = "3.1.3"
1414
// VersionInt const
15-
VersionInt = 0x030101
15+
VersionInt = 0x030103
1616
)

0 commit comments

Comments
 (0)