@@ -5,6 +5,14 @@ from https://github.com/syndtr/gocapability/commit/42c35b4376354fd5.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.2.0 - 2024-09-16
9
+
10
+ This is the first release after the move to a new home in
11
+ github.com/moby/sys/capability.
12
+
13
+ ### Fixed
14
+ * Fixed URLs in documentation to reflect the new home.
15
+
8
16
## [ 0.1.1] - 2024-08-01
9
17
10
18
This is a maintenance release, fixing a few minor issues.
@@ -42,15 +50,15 @@ This is an initial release since the fork.
42
50
* Removed init function so programs that use this package start faster. [ #6 ]
43
51
* Removed ` CAP_LAST_CAP ` (use [ LastCap] instead). [ #6 ]
44
52
45
- <!-- Doc links. TODO: change to new package name. -->
46
- [ Apply ] : https://pkg.go.dev/github.com/kolyshkin /capability#Capabilities.Apply
47
- [ LastCap ] : https://pkg.go.dev/github.com/kolyshkin /capability#LastCap
53
+ <!-- Doc links. -->
54
+ [ Apply ] : https://pkg.go.dev/github.com/moby/sys /capability#Capabilities.Apply
55
+ [ LastCap ] : https://pkg.go.dev/github.com/moby/sys /capability#LastCap
48
56
49
57
<!-- Minor releases. -->
50
58
[ 0.1.1 ] : https://github.com/kolyshkin/capability/compare/v0.1.0...v0.1.1
51
59
[ 0.1.0 ] : https://github.com/kolyshkin/capability/compare/42c35b4376354fd5...v0.1.0
52
60
53
- <!-- PRs in 0.1.x releases. ->
61
+ <!-- PRs in 0.1.x releases. -- >
54
62
[ #1 ] : https://github.com/kolyshkin/capability/pull/1
55
63
[ #2 ] : https://github.com/kolyshkin/capability/pull/2
56
64
[ #3 ] : https://github.com/kolyshkin/capability/pull/3
0 commit comments