File tree Expand file tree Collapse file tree 3 files changed +8
-18
lines changed
Expand file tree Collapse file tree 3 files changed +8
-18
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ - v1.1.1
4+ - upgrade deps
5+
36- v1.1.0
4- - go 1.22.7+ nedded
7+ - go 1.22.7+ needed
58
69- v1.0.x
710 - [**BREAK**] Rewritten with new API.
811 - go 1.21+ needed
9- - v1.0.1: pre-released for primary structure frozen now.
12+ - v1.0.1 - pre-released for primary structure frozen now.
1013
1114- v0.5.3
1215 - security updates
Original file line number Diff line number Diff line change 1919
2020## History
2121
22- For full list, have a see at [ CHANGELOG] ( CHANGELOG ) .
23-
24- - v1.1.0
25- - upgrade deps and security patches
26- - improved logger to compliant with hedzr/logg/slog and log/slog
27- - go 1.22.7 needed
28-
29- - v1.0.x
30- - [ ** BREAK** ] Rewritten with new API.
31- - go 1.21+ needed
32- - v1.0.1: pre-released for primary structure frozen now.
33-
34- - v0.5.x
35- - Old archive here.
22+ For full list, have a see at [ CHANGELOG] ( https://github.com/hedzr/go-socketlib/blob/master/CHANGELOG ) .
3623
3724## Getting Start
3825
Original file line number Diff line number Diff line change 99 // AppName const
1010 AppName = "socketlib"
1111 // Version const
12- Version = "1.1.0 "
12+ Version = "1.1.1 "
1313 // VersionInt const
14- VersionInt = 0x010100
14+ VersionInt = 0x010101
1515)
You can’t perform that action at this time.
0 commit comments