Skip to content

Commit

Permalink
bump to v3.1.3
Browse files Browse the repository at this point in the history
- v3.1.3
  - better output of sites and taggedSites
  • Loading branch information
hedzr committed Mar 1, 2023
1 parent 66b2faa commit 21dc46c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.3
- better output of sites and taggedSites

- v3.1.1
- better message format for a nested error, see [Better format](#better-format-for-a-nested-error)

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Coverage Status](https://coveralls.io/repos/github/hedzr/errors/badge.svg)](https://coveralls.io/github/hedzr/errors)
[![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)

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

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

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

## History

- v3.1.3
- better output of sites and taggedSites

- v3.1.1
- better message format for a nested error, see [Better format](#better-format-for-a-nested-error)

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.1"
Version = "3.1.3"
// VersionInt const
VersionInt = 0x030101
VersionInt = 0x030103
)

0 comments on commit 21dc46c

Please sign in to comment.