From 880f4133cc2b12ef5d125b152aaff363f95f8e3d Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Tue, 14 Jan 2020 15:26:56 -0500 Subject: [PATCH] genetlink: v1.0.0 Signed-off-by: Matt Layher --- CHANGELOG.md | 9 +++++++++ README.md | 15 +++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6860e4b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# CHANGELOG + +## Unreleased + +n/a + +## v1.0.0 + +- Initial stable commit. diff --git a/README.md b/README.md index 9a190b3..a619295 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,18 @@ check out my blog series on [Linux, Netlink, and Go](https://mdlayher.com/blog/l If you have any questions or you'd like some guidance, please join us on [Gophers Slack](https://invite.slack.golangbridge.org) in the `#networking` channel! + +## Stability + +See the [CHANGELOG](./CHANGELOG.md) file for a description of changes between +releases. + +This package has reached v1.0.0 and any future breaking API changes will prompt +the release of a new major version. Features and bug fixes will continue to +occur in the v1.x.x series. + +The general policy of this package is to only support the latest, stable version +of Go. Compatibility shims may be added for prior versions of Go on an as-needed +basis. If you would like to raise a concern, please [file an issue](https://github.com/mdlayher/genetlink/issues/new). + +**If you depend on this package in your applications, please use Go modules.**