Skip to content

Commit

Permalink
bump to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Feb 6, 2025
1 parent a181dbd commit e3902af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _bgo
tools/bgo/go.work
go.work
.local/
lint.txt

*.code-workspace

Expand Down Expand Up @@ -57,7 +58,6 @@ cover.html

*_string.go


### Go template
# Binaries for programs and plugins
*.exe
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ MPMC (multiple producers and multiple consumers) enabled.

## History

### v2.2.1

- security updates

### v2.2.0

- added new impl to support overlapped ringbuf
Expand Down
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const (
// AppName const
AppName = "ringbuf"
// Version const
Version = "2.2.0"
Version = "2.2.1"
// VersionInt const
VersionInt = 0x020200
VersionInt = 0x020201
)

0 comments on commit e3902af

Please sign in to comment.