We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a181dbd commit e3902afCopy full SHA for e3902af
.gitignore
@@ -5,6 +5,7 @@ _bgo
5
tools/bgo/go.work
6
go.work
7
.local/
8
+lint.txt
9
10
*.code-workspace
11
@@ -57,7 +58,6 @@ cover.html
57
58
59
*_string.go
60
-
61
### Go template
62
# Binaries for programs and plugins
63
*.exe
README.md
@@ -18,6 +18,10 @@ MPMC (multiple producers and multiple consumers) enabled.
18
19
## History
20
21
+### v2.2.1
22
+
23
+- security updates
24
25
### v2.2.0
26
27
- added new impl to support overlapped ringbuf
doc.go
@@ -9,7 +9,7 @@ const (
// AppName const
AppName = "ringbuf"
// Version const
12
- Version = "2.2.0"
+ Version = "2.2.1"
13
// VersionInt const
14
- VersionInt = 0x020200
+ VersionInt = 0x020201
15
)
0 commit comments