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 1
1
# CHANGELOG
2
2
3
+ - v1.1.1
4
+ - upgrade deps
5
+
3
6
- v1.1.0
4
- - go 1.22.7+ nedded
7
+ - go 1.22.7+ needed
5
8
6
9
- v1.0.x
7
10
- [**BREAK**] Rewritten with new API.
8
11
- 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.
10
13
11
14
- v0.5.3
12
15
- security updates
Original file line number Diff line number Diff line change 19
19
20
20
## History
21
21
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 ) .
36
23
37
24
## Getting Start
38
25
Original file line number Diff line number Diff line change 9
9
// AppName const
10
10
AppName = "socketlib"
11
11
// Version const
12
- Version = "1.1.0 "
12
+ Version = "1.1.1 "
13
13
// VersionInt const
14
- VersionInt = 0x010100
14
+ VersionInt = 0x010101
15
15
)
You can’t perform that action at this time.
0 commit comments