Skip to content

Commit

Permalink
bump to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Mar 2, 2024
1 parent 6188140 commit cbc5dd5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# HISTORY

- v1.1.3
- fixed any->int/uint
- upgraded deps
- more tests

- v1.1.1
- improved any <-> any converters
- updated internal times subpackage
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ This library is designed for making everything customizable.

## History

- v1.1.3
- fixed any->int/uint
- upgraded deps
- more tests

- v1.1.1
- improved any <-> any converters
- updated internal times subpackage
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package evendeep

const (
// Version string for hedzr/evendeep package
Version = "1.1.1"
Version = "1.1.3"
)

0 comments on commit cbc5dd5

Please sign in to comment.