Skip to content

Commit d5b8a79

Browse files
authored
Merge pull request #150 from kolyshkin/cap-020
capability: prepare to cut a 0.2.0 release
2 parents 243daa2 + 9934ef3 commit d5b8a79

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

capability/CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.2.0 - 2024-09-16
9+
10+
This is the first release after the move to a new home in
11+
github.com/moby/sys/capability.
12+
13+
### Fixed
14+
* Fixed URLs in documentation to reflect the new home.
15+
816
## [0.1.1] - 2024-08-01
917

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

45-
<!-- Doc links. TODO: change to new package name. -->
46-
[Apply]: https://pkg.go.dev/github.com/kolyshkin/capability#Capabilities.Apply
47-
[LastCap]: https://pkg.go.dev/github.com/kolyshkin/capability#LastCap
53+
<!-- Doc links. -->
54+
[Apply]: https://pkg.go.dev/github.com/moby/sys/capability#Capabilities.Apply
55+
[LastCap]: https://pkg.go.dev/github.com/moby/sys/capability#LastCap
4856

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

53-
<!-- PRs in 0.1.x releases. ->
61+
<!-- PRs in 0.1.x releases. -->
5462
[#1]: https://github.com/kolyshkin/capability/pull/1
5563
[#2]: https://github.com/kolyshkin/capability/pull/2
5664
[#3]: https://github.com/kolyshkin/capability/pull/3

capability/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This is a fork of (apparently no longer maintained)
22
https://github.com/syndtr/gocapability package. It provides basic primitives to
33
work with [Linux capabilities][capabilities(7)].
44

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

77
## Alternatives
88

0 commit comments

Comments
 (0)