Skip to content

Commit 2a3520a

Browse files
authored
Merge pull request #154 from kolyshkin/cap030
capability: prepare for v0.3.0 release
2 parents aaea55a + 8fb5aee commit 2a3520a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: capability/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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-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+
821
## [0.2.0] - 2024-09-16
922

1023
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.
5366
<!-- Doc links. -->
5467
[Apply]: https://pkg.go.dev/github.com/moby/sys/capability#Capabilities.Apply
5568
[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
5672

5773
<!-- Minor releases. -->
74+
[0.3.0]: https://github.com/moby/sys/releases/tag/capability%2Fv0.3.0
5875
[0.2.0]: https://github.com/moby/sys/releases/tag/capability%2Fv0.2.0
5976
[0.1.1]: https://github.com/kolyshkin/capability/compare/v0.1.0...v0.1.1
6077
[0.1.0]: https://github.com/kolyshkin/capability/compare/42c35b4376354fd5...v0.1.0

0 commit comments

Comments
 (0)