Skip to content

chore(release): bump to 2.1.1 (libcap packaging dependency)#25

Merged
vcwild merged 1 commit into
mainfrom
chore/release-2.1.1
Jun 22, 2026
Merged

chore(release): bump to 2.1.1 (libcap packaging dependency)#25
vcwild merged 1 commit into
mainfrom
chore/release-2.1.1

Conversation

@vcwild

@vcwild vcwild commented Jun 22, 2026

Copy link
Copy Markdown
Owner

Summary

Patch release bundling the libcap packaging fix (#24) so the published .deb/.rpm artifacts correctly pull in setcap.

  • Bumps workspace + akon-core to 2.1.1.
  • CHANGELOG 2.1.1 entry.

No code changes since 2.1.0 — packaging metadata only (already merged in #24).

Release steps after merge

Tag v2.1.1 on main (release workflow builds deb/rpm + GitHub release).

Copilot AI review requested due to automatic review settings June 22, 2026 21:38

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-core versions from 2.1.0 to 2.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.toml and akon-core/Cargo.toml; the binary derives its version from CARGO_PKG_VERSION (#[command(version)]), and Cargo.lock is gitignored, so no further version edits are needed.
  • The packaging fix referenced by the CHANGELOG is actually present (depends = "libcap2-bin" for deb and requires = { libcap = "*" } for rpm in Cargo.toml).
  • The CHANGELOG date 2026-06-22 matches 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.

@vcwild vcwild merged commit e02a271 into main Jun 22, 2026
10 checks passed
@vcwild vcwild deleted the chore/release-2.1.1 branch June 22, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants