We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b8f18 commit c362289Copy full SHA for c362289
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.51.3
2
* Added `internal/xstring.{FromBytes([]byte),ToBytes(string)` for increase performance on `string` from/to `[]byte` conversion
3
4
## v3.51.2
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "51"
6
- Patch = "2"
+ Patch = "3"
7
)
8
9
const Version = Major + "." + Minor + "." + Patch
0 commit comments