Skip to content

Commit

Permalink
bump to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Feb 22, 2024
1 parent 50fa5ed commit 0217334
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.1
- improved any <-> any converters
- updated internal times subpackage
- more tests, docs

- v1.1.0
- improved any -> string/bool/int/uint/float/complex/duration
- fixed toBool
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.1
- improved any <-> any converters
- updated internal times subpackage
- more tests, docs

- v1.1.0
- improved any -> string/bool/int/uint/float/complex/duration
- fixed toBool
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.0"
Version = "1.1.1"
)

0 comments on commit 0217334

Please sign in to comment.