Skip to content

Commit bd78c2c

Browse files
committed
bump to v0.8.60
- security patch
1 parent 4dcdbd2 commit bd78c2c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG & HISTORY
22

3+
- v0.8.60
4+
- security patch
5+
36
- v0.8.55
47
- UPGRADE GO TOOLCHAIN TO 1.24.x (1.24.5)
58
- `Translator` will keep the leading spaces now.

_examples/small/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ package main
33
const AppNameExample = "small" // appName for the current demo app
44

55
const appName = "is" // appName of hedzr/is package
6-
const version = "v0.8.55" // version of hedzr/is package | update it while bumping hedzr/is' version
6+
const version = "v0.8.60" // version of hedzr/is package | update it while bumping hedzr/is' version
77
const Version = version

0 commit comments

Comments
 (0)