Skip to content

Commit 2f46056

Browse files
committed
capability: prepare for v0.3.0 release
This is a draft pending moby#151, moby#152, moby#153 merge. TODO: fix the release date. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent c9ba04e commit 2f46056

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

capability/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ from https://github.com/syndtr/gocapability/commit/42c35b4376354fd5.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

1022
This 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

0 commit comments

Comments
 (0)