Skip to content

Commit

Permalink
capability: prepare for v0.3.0 release
Browse files Browse the repository at this point in the history
This is a draft pending #151, #152, #153 merge.

TODO: fix the release date.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Sep 20, 2024
1 parent 3a5939d commit 54fd812
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions capability/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ from https://github.com/syndtr/gocapability/commit/42c35b4376354fd5.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2024-09-xx

### Added
* Added [ListKnown] and [ListSupported] functions. (#153)
* [LastCap] is now available on non-Linux platforms (where it returns an error). (#152)

### Changed
* [List] is now deprecated in favor of [ListKnown] and [ListSupported]. (#153)

### Fixed
* Various documentation improvements. (#151)

## [0.2.0] - 2024-09-16

This is the first release after the move to a new home in
Expand Down Expand Up @@ -53,6 +65,9 @@ This is an initial release since the fork.
<!-- Doc links. -->
[Apply]: https://pkg.go.dev/github.com/moby/sys/capability#Capabilities.Apply
[LastCap]: https://pkg.go.dev/github.com/moby/sys/capability#LastCap
[List]: https://pkg.go.dev/github.com/moby/sys/capability#List
[ListKnown]: https://pkg.go.dev/github.com/moby/sys/capability#ListKnown
[ListSupported]: https://pkg.go.dev/github.com/moby/sys/capability#ListSupported

<!-- Minor releases. -->
[0.1.1]: https://github.com/kolyshkin/capability/compare/v0.1.0...v0.1.1
Expand Down

0 comments on commit 54fd812

Please sign in to comment.