Skip to content

Commit 229c58e

Browse files
committed
netlink: tag v1.7.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
1 parent 6dca5ea commit 229c58e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## v1.7.0
4+
5+
**This is the first release of package netlink that only supports Go 1.18+.
6+
Users on older versions of Go must use v1.6.2.**
7+
8+
- [Improvement]: drop support for older versions of Go so we can begin using
9+
modern versions of `x/sys` and other dependencies.
410

511
## v1.6.2
612

13+
**This is the last release of package netlink that supports Go 1.17 and below.**
14+
715
- [Bug Fix] [commit](https://github.com/mdlayher/netlink/commit/9f7f860d9865069cd1a6b4dee32a3095f0b841fc):
816
undo update to `golang.org/x/sys` which would force the minimum Go version of
917
this package to Go 1.17 due to use of `unsafe.Slice`. We encourage users to

0 commit comments

Comments
 (0)