chore(release): bump to 2.1.1 (libcap packaging dependency)#25
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This is a patch release PR that bumps akon from 2.1.0 to 2.1.1. The release exists solely to publish .deb/.rpm artifacts that carry the already-merged libcap packaging dependency fix (#24), ensuring the post-install setcap step has setcap (from libcap) available. No source code changes are included.
Changes:
- Bumps the workspace package and
akon-coreversions from2.1.0to2.1.1. - Adds a
## [2.1.1]CHANGELOG entry documenting the libcap packaging fix.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
Cargo.toml |
Bumps the root akon package version to 2.1.1. |
akon-core/Cargo.toml |
Bumps the akon-core crate version to 2.1.1 to stay in lockstep with the workspace. |
CHANGELOG.md |
Adds the 2.1.1 "Fixed" entry describing the libcap2-bin/libcap packaging dependency. |
I verified that:
- The version is consistently bumped in both
Cargo.tomlandakon-core/Cargo.toml; the binary derives its version fromCARGO_PKG_VERSION(#[command(version)]), andCargo.lockis gitignored, so no further version edits are needed. - The packaging fix referenced by the CHANGELOG is actually present (
depends = "libcap2-bin"for deb andrequires = { libcap = "*" }for rpm inCargo.toml). - The CHANGELOG date
2026-06-22matches today's date and is not in the future, and the entry follows the established format.
No issues were found.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patch release bundling the libcap packaging fix (#24) so the published
.deb/.rpmartifacts correctly pull insetcap.akon-coreto 2.1.1.No code changes since 2.1.0 — packaging metadata only (already merged in #24).
Release steps after merge
Tag
v2.1.1on main (release workflow builds deb/rpm + GitHub release).