diff --git a/capability/CHANGELOG.md b/capability/CHANGELOG.md index 16e2702..c508d03 100644 --- a/capability/CHANGELOG.md +++ b/capability/CHANGELOG.md @@ -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. @@ -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] - -[Apply]: https://pkg.go.dev/github.com/kolyshkin/capability#Capabilities.Apply -[LastCap]: https://pkg.go.dev/github.com/kolyshkin/capability#LastCap + +[Apply]: https://pkg.go.dev/github.com/moby/sys/capability#Capabilities.Apply +[LastCap]: https://pkg.go.dev/github.com/moby/sys/capability#LastCap [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 - [#1]: https://github.com/kolyshkin/capability/pull/1 [#2]: https://github.com/kolyshkin/capability/pull/2 [#3]: https://github.com/kolyshkin/capability/pull/3 diff --git a/capability/README.md b/capability/README.md index 074731a..47489f9 100644 --- a/capability/README.md +++ b/capability/README.md @@ -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