Skip to content

Commit e3902af

Browse files
committed
bump to v2.2.1
1 parent a181dbd commit e3902af

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ _bgo
55
tools/bgo/go.work
66
go.work
77
.local/
8+
lint.txt
89

910
*.code-workspace
1011

@@ -57,7 +58,6 @@ cover.html
5758

5859
*_string.go
5960

60-
6161
### Go template
6262
# Binaries for programs and plugins
6363
*.exe

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ MPMC (multiple producers and multiple consumers) enabled.
1818

1919
## History
2020

21+
### v2.2.1
22+
23+
- security updates
24+
2125
### v2.2.0
2226

2327
- added new impl to support overlapped ringbuf

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 = "ringbuf"
1111
// Version const
12-
Version = "2.2.0"
12+
Version = "2.2.1"
1313
// VersionInt const
14-
VersionInt = 0x020200
14+
VersionInt = 0x020201
1515
)

0 commit comments

Comments
 (0)