File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ 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.3.0] - 2024-09-xx
9+
10+ ### Added
11+ * Added [ ListKnown] and [ ListSupported] functions. (#153 )
12+ * [ LastCap] is now available on non-Linux platforms (where it returns an error). (#152 )
13+
14+ ### Changed
15+ * [ List] is now deprecated in favor of [ ListKnown] and [ ListSupported] . (#153 )
16+
17+ ### Fixed
18+ * Various documentation improvements. (#151 )
19+
820## [ 0.2.0] - 2024-09-16
921
1022This is the first release after the move to a new home in
@@ -53,8 +65,12 @@ This is an initial release since the fork.
5365<!-- Doc links. -->
5466[ Apply ] : https://pkg.go.dev/github.com/moby/sys/capability#Capabilities.Apply
5567[ LastCap ] : https://pkg.go.dev/github.com/moby/sys/capability#LastCap
68+ [ List ] : https://pkg.go.dev/github.com/moby/sys/capability#List
69+ [ ListKnown ] : https://pkg.go.dev/github.com/moby/sys/capability#ListKnown
70+ [ ListSupported ] : https://pkg.go.dev/github.com/moby/sys/capability#ListSupported
5671
5772<!-- Minor releases. -->
73+ [ 0.3.0 ] : https://github.com/moby/sys/releases/tag/capability%2Fv0.3.0
5874[ 0.2.0 ] : https://github.com/moby/sys/releases/tag/capability%2Fv0.2.0
5975[ 0.1.1 ] : https://github.com/kolyshkin/capability/compare/v0.1.0...v0.1.1
6076[ 0.1.0 ] : https://github.com/kolyshkin/capability/compare/42c35b4376354fd5...v0.1.0
You can’t perform that action at this time.
0 commit comments