Skip to content

Commit

Permalink
bump to v1.1.13
Browse files Browse the repository at this point in the history
  - security patch
  • Loading branch information
hedzr committed Jul 10, 2024
1 parent e4d9bd5 commit bfa91cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# HISTORY

- v1.1.13
- security patch

- v1.1.11
- security patch

Expand Down
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,29 +54,9 @@ This library is designed for making everything customizable.

## History

- v1.1.11

- security patch

- v1.1.10

- upgraded deps
- fix go toolchain versions

- v1.1.9

- v1.1.13
- security patch

- v1.1.8

- improved errors.v3 - prevent attach itself into nested container
- upgraded deps

- v1.1.7

- improved map -> struct, the lower-case map key names will be mapping to camel-case to match the corresponding export field names.
- upgraded deps

- More in [CHANGELOG](https://github.com/hedzr/evendeep/blob/master/CHANGELOG)

## Usages
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.11"
Version = "1.1.13"
)

0 comments on commit bfa91cb

Please sign in to comment.