Skip to content

Commit

Permalink
netlink: tag v1.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Layher <[email protected]>
  • Loading branch information
mdlayher committed Nov 12, 2022
1 parent 6dca5ea commit 229c58e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# CHANGELOG

## Unreleased
## v1.7.0

**This is the first release of package netlink that only supports Go 1.18+.
Users on older versions of Go must use v1.6.2.**

- [Improvement]: drop support for older versions of Go so we can begin using
modern versions of `x/sys` and other dependencies.

## v1.6.2

**This is the last release of package netlink that supports Go 1.17 and below.**

- [Bug Fix] [commit](https://github.com/mdlayher/netlink/commit/9f7f860d9865069cd1a6b4dee32a3095f0b841fc):
undo update to `golang.org/x/sys` which would force the minimum Go version of
this package to Go 1.17 due to use of `unsafe.Slice`. We encourage users to
Expand Down

0 comments on commit 229c58e

Please sign in to comment.