Skip to content

Commit

Permalink
bump to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Dec 27, 2023
1 parent 50ae5b6 commit 73252d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ MPMC (multiple-producers and multiple consumers) enabled.

## History

### v2.1.0

- remove extras deps
- use 'log/slog' instead 'hedzr/log', 'errors' instead 'hedzr/errors.v3'
- remove WithLogger()

### v2.0.+

security updates
Expand All @@ -43,7 +49,8 @@ Next release (v2) will move to go 1.18+ with generic enabled.
- review all codes
- updated deps
- review and solve uncertain misreport failed licenses
- we have two deps: [hedzr/errors](https://github.com/hedzr/errors) and [hedzr/log](https://github.com/hedzr/log), and both them have no 3rd-party deps.
- ~~we have two deps: [hedzr/errors](https://github.com/hedzr/errors) and [hedzr/log](https://github.com/hedzr/log), and both them have no 3rd-party deps.~~
- since 2.1.0, any deps removed.
- we have no more 3rd-party deps.
- we assumed a free license under MIT (unified).

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.0.1"
Version = "2.1.0"
// VersionInt const
VersionInt = 0x020001
VersionInt = 0x020100
)

0 comments on commit 73252d2

Please sign in to comment.