We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c2f6a commit 67fcc26Copy full SHA for 67fcc26
CHANGELOG
@@ -2,6 +2,7 @@
2
3
- v1.0.x
4
- [**BREAK**] Rewritten with new API.
5
+ - go 1.21+ needed
6
- v1.0.1: pre-released for primary structure frozen now.
7
8
- v0.5.3
README.md
@@ -21,6 +21,8 @@
21
For full list, have a see at [CHANGELOG](CHANGELOG).
22
23
24
+ - [**BREAK**] Rewritten with new API.
25
26
27
28
- v0.5.x
doc.go
@@ -9,7 +9,7 @@ const (
9
// AppName const
10
AppName = "socketlib"
11
// Version const
12
- Version = "0.5.5"
+ Version = "1.0.1"
13
// VersionInt const
14
- VersionInt = 0x000505
+ VersionInt = 0x010001
15
)
0 commit comments