From 12afe018497d867d6ae0755f11619e3fd9db8f96 Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Sun, 30 Jan 2022 19:57:51 -0500 Subject: [PATCH] CHANGELOG: release v1.6.0 Signed-off-by: Matt Layher --- CHANGELOG.md | 4 ++++ LICENSE.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 657c909..3afa424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## v1.6.0 + **This is the first release of package netlink that only supports Go 1.13+. Users on older versions of Go must use v1.5.0.** @@ -11,6 +13,8 @@ Users on older versions of Go must use v1.5.0.** running on modern Linux kernels, but cannot be enabled by default because the options may require a more recent kernel than the minimum kernel version that Go supports. See the documentation for details. +- [Improvement]: broke some integration tests into a separate Go module so the + default `go.mod` for package `netlink` has fewer dependencies. ## v1.5.0 diff --git a/LICENSE.md b/LICENSE.md index 77123e8..12f7105 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # MIT License -Copyright (C) 2016-2021 Matt Layher +Copyright (C) 2016-2022 Matt Layher 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: