@@ -5,6 +5,14 @@ from https://github.com/syndtr/gocapability/commit/42c35b4376354fd5.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
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+ 
816## [ 0.1.1]  - 2024-08-01 
917
1018This is a maintenance release, fixing a few minor issues.
@@ -42,15 +50,15 @@ This is an initial release since the fork.
4250 *  Removed init function so programs that use this package start faster. [ #6  ] 
4351 *  Removed ` CAP_LAST_CAP `  (use [ LastCap]  instead). [ #6  ] 
4452
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 
4856
4957<!--  Minor releases. --> 
5058[ 0.1.1 ] : https://github.com/kolyshkin/capability/compare/v0.1.0...v0.1.1 
5159[ 0.1.0 ] : https://github.com/kolyshkin/capability/compare/42c35b4376354fd5...v0.1.0 
5260
53- <!--  PRs in 0.1.x releases. ->
61+ <!--  PRs in 0.1.x releases. -- > 
5462[ #1 ] : https://github.com/kolyshkin/capability/pull/1 
5563[ #2 ] : https://github.com/kolyshkin/capability/pull/2 
5664[ #3 ] : https://github.com/kolyshkin/capability/pull/3 
0 commit comments