We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcdbd2 commit bd78c2cCopy full SHA for bd78c2c
CHANGELOG
@@ -1,5 +1,8 @@
1
# CHANGELOG & HISTORY
2
3
+- v0.8.60
4
+ - security patch
5
+
6
- v0.8.55
7
- UPGRADE GO TOOLCHAIN TO 1.24.x (1.24.5)
8
- `Translator` will keep the leading spaces now.
_examples/small/doc.go
@@ -3,5 +3,5 @@ package main
const AppNameExample = "small" // appName for the current demo app
const appName = "is" // appName of hedzr/is package
-const version = "v0.8.55" // version of hedzr/is package | update it while bumping hedzr/is' version
+const version = "v0.8.60" // version of hedzr/is package | update it while bumping hedzr/is' version
const Version = version
0 commit comments