Skip to content

Commit 16c1dc0

Browse files
committed
bump to v1.1.1
1 parent 7c62b3f commit 16c1dc0

File tree

3 files changed

+8
-18
lines changed

3 files changed

+8
-18
lines changed

CHANGELOG

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
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

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,7 @@
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

doc.go

Lines changed: 2 additions & 2 deletions
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.1.0"
12+
Version = "1.1.1"
1313
// VersionInt const
14-
VersionInt = 0x010100
14+
VersionInt = 0x010101
1515
)

0 commit comments

Comments
 (0)