Skip to content

Commit c33d2d0

Browse files
committed
bump to v1.1.0
1 parent 253fc44 commit c33d2d0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
- v1.1.0
4+
- go 1.22.7+ nedded
5+
36
- v1.0.x
47
- [**BREAK**] Rewritten with new API.
58
- go 1.21+ needed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121

2222
For full list, have a see at [CHANGELOG](CHANGELOG).
2323

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+
2429
- v1.0.x
2530
- [**BREAK**] Rewritten with new API.
2631
- go 1.21+ needed

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 = "1.0.1"
12+
Version = "1.1.0"
1313
// VersionInt const
14-
VersionInt = 0x010001
14+
VersionInt = 0x010100
1515
)

0 commit comments

Comments
 (0)