Skip to content

Commit 73252d2

Browse files
committed
bump to v2.1.0
1 parent 50ae5b6 commit 73252d2

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ MPMC (multiple-producers and multiple consumers) enabled.
1818

1919
## History
2020

21+
### v2.1.0
22+
23+
- remove extras deps
24+
- use 'log/slog' instead 'hedzr/log', 'errors' instead 'hedzr/errors.v3'
25+
- remove WithLogger()
26+
2127
### v2.0.+
2228

2329
security updates
@@ -43,7 +49,8 @@ Next release (v2) will move to go 1.18+ with generic enabled.
4349
- review all codes
4450
- updated deps
4551
- review and solve uncertain misreport failed licenses
46-
- 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.
52+
- ~~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.~~
53+
- since 2.1.0, any deps removed.
4754
- we have no more 3rd-party deps.
4855
- we assumed a free license under MIT (unified).
4956

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

0 commit comments

Comments
 (0)