Skip to content

Commit

Permalink
Merge pull request #150 from kolyshkin/cap-020
Browse files Browse the repository at this point in the history
capability: prepare to cut a 0.2.0 release
  • Loading branch information
kolyshkin committed Sep 16, 2024
2 parents 243daa2 + 9934ef3 commit d5b8a79
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions capability/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.2.0 - 2024-09-16

This is the first release after the move to a new home in
github.com/moby/sys/capability.

### Fixed
* Fixed URLs in documentation to reflect the new home.

## [0.1.1] - 2024-08-01

This is a maintenance release, fixing a few minor issues.
Expand Down Expand Up @@ -42,15 +50,15 @@ This is an initial release since the fork.
* Removed init function so programs that use this package start faster. [#6]
* Removed `CAP_LAST_CAP` (use [LastCap] instead). [#6]

<!-- Doc links. TODO: change to new package name. -->
[Apply]: https://pkg.go.dev/github.com/kolyshkin/capability#Capabilities.Apply
[LastCap]: https://pkg.go.dev/github.com/kolyshkin/capability#LastCap
<!-- 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

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

<!-- PRs in 0.1.x releases. ->
<!-- PRs in 0.1.x releases. -->
[#1]: https://github.com/kolyshkin/capability/pull/1
[#2]: https://github.com/kolyshkin/capability/pull/2
[#3]: https://github.com/kolyshkin/capability/pull/3
Expand Down
2 changes: 1 addition & 1 deletion capability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This is a fork of (apparently no longer maintained)
https://github.com/syndtr/gocapability package. It provides basic primitives to
work with [Linux capabilities][capabilities(7)].

[![Go Reference](https://pkg.go.dev/badge/github.com/kolyshkin/capability.svg)](https://pkg.go.dev/github.com/kolyshkin/capability)
[![Go Reference](https://pkg.go.dev/badge/github.com/moby/sys/capability/capability.svg)](https://pkg.go.dev/github.com/moby/sys/capability)

## Alternatives

Expand Down

0 comments on commit d5b8a79

Please sign in to comment.