Skip to content

Commit 67fcc26

Browse files
committed
bump to v1.0.1
1 parent 13c2f6a commit 67fcc26

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- v1.0.x
44
- [**BREAK**] Rewritten with new API.
5+
- go 1.21+ needed
56
- v1.0.1: pre-released for primary structure frozen now.
67

78
- v0.5.3

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
For full list, have a see at [CHANGELOG](CHANGELOG).
2222

2323
- v1.0.x
24+
- [**BREAK**] Rewritten with new API.
25+
- go 1.21+ needed
2426
- v1.0.1: pre-released for primary structure frozen now.
2527

2628
- v0.5.x

doc.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const (
99
// AppName const
1010
AppName = "socketlib"
1111
// Version const
12-
Version = "0.5.5"
12+
Version = "1.0.1"
1313
// VersionInt const
14-
VersionInt = 0x000505
14+
VersionInt = 0x010001
1515
)

0 commit comments

Comments
 (0)