Skip to content

Commit 38c649d

Browse files
authored
Merge pull request #156 from mdlayher/mdl-1.0.0
netlink: v1.0.0
2 parents a584a75 + 7561e51 commit 38c649d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@ channel!
1212

1313
## Stability
1414

15-
At this time, package `netlink` is in a pre-v1.0.0 state. Changes are being made
16-
which may impact the exported API of this package and others in its ecosystem.
17-
To follow along on the status of a v1.0.0 release, [see the associated issue](https://github.com/mdlayher/netlink/issues/123).
15+
This package has reached v1.0.0 and any future breaking API changes will prompt
16+
the release of a new major version. Features and bug fixes will continue to
17+
occur in the v1.x.x series.
1818

1919
The general policy of this package is to only support the latest, stable version
2020
of Go. Compatibility shims may be added for prior versions of Go on an as-needed
2121
basis. If you would like to raise a concern, please [file an issue](https://github.com/mdlayher/netlink/issues/new).
2222

23-
**If you depend on this package in your applications, please vendor it or use Go
24-
modules when building your application.**
23+
**If you depend on this package in your applications, please use Go modules.**
2524

2625
## Design
2726

0 commit comments

Comments
 (0)