Skip to content

Commit 12afe01

Browse files
committed
CHANGELOG: release v1.6.0
Signed-off-by: Matt Layher <[email protected]>
1 parent 9c755a7 commit 12afe01

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## v1.6.0
6+
57
**This is the first release of package netlink that only supports Go 1.13+.
68
Users on older versions of Go must use v1.5.0.**
79

@@ -11,6 +13,8 @@ Users on older versions of Go must use v1.5.0.**
1113
running on modern Linux kernels, but cannot be enabled by default because the
1214
options may require a more recent kernel than the minimum kernel version that
1315
Go supports. See the documentation for details.
16+
- [Improvement]: broke some integration tests into a separate Go module so the
17+
default `go.mod` for package `netlink` has fewer dependencies.
1418

1519
## v1.5.0
1620

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright (C) 2016-2021 Matt Layher
3+
Copyright (C) 2016-2022 Matt Layher
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

0 commit comments

Comments
 (0)