Skip to content

Commit

Permalink
bump to v1.2.3
Browse files Browse the repository at this point in the history
  - fix processing the struct tag name CopyTagName
  - improved toExportedName and trySolveTargetName
  - upgrade deps
  • Loading branch information
hedzr committed Nov 1, 2024
1 parent 4612746 commit 72605b0
Show file tree
Hide file tree
Showing 2 changed files with 6 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.2.3
- fix processing the struct tag name CopyTagName
- improved toExportedName and trySolveTargetName
- upgrade deps

- v1.2.1
- upgrade deps - hedzr/is & hedzr/logg

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.2.1"
Version = "1.2.3"
)

0 comments on commit 72605b0

Please sign in to comment.