File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ 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.3.0] - 2024-09-25
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
+ * Fix "generated code" comment. (#153 )
20
+
8
21
## [ 0.2.0] - 2024-09-16
9
22
10
23
This is the first release after the move to a new home in
@@ -53,8 +66,12 @@ This is an initial release since the fork.
53
66
<!-- Doc links. -->
54
67
[ Apply ] : https://pkg.go.dev/github.com/moby/sys/capability#Capabilities.Apply
55
68
[ LastCap ] : https://pkg.go.dev/github.com/moby/sys/capability#LastCap
69
+ [ List ] : https://pkg.go.dev/github.com/moby/sys/capability#List
70
+ [ ListKnown ] : https://pkg.go.dev/github.com/moby/sys/capability#ListKnown
71
+ [ ListSupported ] : https://pkg.go.dev/github.com/moby/sys/capability#ListSupported
56
72
57
73
<!-- Minor releases. -->
74
+ [ 0.3.0 ] : https://github.com/moby/sys/releases/tag/capability%2Fv0.3.0
58
75
[ 0.2.0 ] : https://github.com/moby/sys/releases/tag/capability%2Fv0.2.0
59
76
[ 0.1.1 ] : https://github.com/kolyshkin/capability/compare/v0.1.0...v0.1.1
60
77
[ 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