Skip to content

chore: release v0.14.1#151

Merged
paperbenni merged 1 commit into
mainfrom
release-plz-2026-06-18T19-35-24Z
Jun 18, 2026
Merged

chore: release v0.14.1#151
paperbenni merged 1 commit into
mainfrom
release-plz-2026-06-18T19-35-24Z

Conversation

@paperbenni

@paperbenni paperbenni commented Jun 18, 2026

Copy link
Copy Markdown
Member

🤖 New release

  • ins: 0.14.0 -> 0.14.1
Changelog

0.14.1 - 2026-06-18

Fixed

  • fix apt removal thingy

Other

  • inline trivial forwarding functions
  • add apt support for removal cascade
  • make wine save scanning more robust
  • add orbit compat


This PR was generated with release-plz.

Summary by Sourcery

Prepare the 0.14.1 release of the ins crate.

Build:

  • Bump ins crate version from 0.14.0 to 0.14.1 in Cargo metadata.

Documentation:

  • Add changelog entry for v0.14.1 with notes on fixes and other minor improvements.

Summary by CodeRabbit

  • Bug Fixes

    • Fixed apt package removal behavior issues
    • Added support for cascading apt removal operations
    • Improved robustness of wine save file scanning
    • Enhanced compatibility with orbit functionality
  • Performance Improvements

    • Code optimizations and efficiency enhancements

@sourcery-ai

sourcery-ai Bot commented Jun 18, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Bumps the ins crate from 0.14.0 to 0.14.1 and records the new release details in the changelog; no code or dependency behavior changes beyond the version metadata and release notes.

File-Level Changes

Change Details Files
Update crate/package version to 0.14.1 for the new release.
  • Increment the ins crate version field from 0.14.0 to 0.14.1 in the main Cargo manifest.
  • Regenerate or update the lockfile to match the new package version (no dependency graph changes expected).
Cargo.toml
Cargo.lock
Document the 0.14.1 release in the changelog.
  • Add a new 0.14.1 section under the Unreleased heading with release date and comparison link.
  • List the fixed issue related to apt removal.
  • List several other internal changes (inlining forwarding functions, apt removal cascade support, more robust wine save scanning, and orbit compatibility).
CHANGELOG.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The crate version is bumped from 0.14.0 to 0.14.1 in Cargo.toml, and a corresponding 0.14.1 release section dated 2026-06-18 is added to CHANGELOG.md with one Fixed item and four Other items.

Changes

v0.14.1 Release Bump

Layer / File(s) Summary
Version bump and changelog entry
Cargo.toml, CHANGELOG.md
package.version incremented to 0.14.1; new 0.14.1 changelog section added with Fixed and Other subsections covering apt removal behavior, wine save scanning, orbit compatibility, and inlined forwarding functions.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • instantOS/instantCLI#71: Same release chore pattern — version bump in Cargo.toml paired with a new CHANGELOG.md entry, no functional code changes.
  • instantOS/instantCLI#122: Identical workflow of incrementing the crate patch version and appending a changelog section (0.13.14→0.13.15).
  • instantOS/instantCLI#141: Same two-file release chore touching Cargo.toml [package] version and CHANGELOG.md.

Poem

🐇 Hop hop, a patch is done,
The version ticks from zero to one,
Apt removal now behaves just right,
Wine saves scanned without a fright,
Orbit friends rejoice today —
0.14.1 is on its way! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: release v0.14.1' clearly and concisely summarizes the main change: a version bump and release of v0.14.1, which aligns perfectly with the changeset updates to CHANGELOG.md and Cargo.toml.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-plz-2026-06-18T19-35-24Z

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sourcery-ai sourcery-ai Bot 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.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@coderabbitai coderabbitai Bot 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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@Cargo.toml`:
- Line 3: The version bump in Cargo.toml to 0.14.1 is not reflected in the
PKGBUILD and .SRCINFO files, creating a version mismatch. Update the pkgver
variable in PKGBUILD from 0.14.0 to 0.14.1, update any download URLs or source
references in PKGBUILD to point to the v0.14.1 tag instead of v0.14.0, and
ensure all corresponding entries in .SRCINFO are updated to match the new
version number and checksums for consistency across the project.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 230fb4c9-5b98-4054-a747-1520a413c3fa

📥 Commits

Reviewing files that changed from the base of the PR and between a06d857 and de19335.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • CHANGELOG.md
  • Cargo.toml

Comment thread Cargo.toml
[package]
name = "ins"
version = "0.14.0"
version = "0.14.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
rg -n '0\.14\.0|v0\.14\.0|ins-0\.14\.0' pkgbuild/ins Cargo.toml CHANGELOG.md

Repository: instantOS/instantCLI

Length of output: 319


🏁 Script executed:

#!/bin/bash
# Check what files exist in pkgbuild/ins
ls -la pkgbuild/ins/

# Get the full version-related content from both files
echo "=== PKGBUILD ==="
cat pkgbuild/ins/PKGBUILD

echo ""
echo "=== .SRCINFO ==="
if [ -f "pkgbuild/ins/.SRCINFO" ]; then
  cat pkgbuild/ins/.SRCINFO
else
  echo "File not found"
fi

# Also verify Cargo.toml current version
echo ""
echo "=== Cargo.toml version line ==="
head -n 5 Cargo.toml | grep -n "version"

Repository: instantOS/instantCLI

Length of output: 2744


Update PKGBUILD and .SRCINFO to version 0.14.1.

The Cargo.toml version bump to 0.14.1 is not reflected in pkgbuild/ins/PKGBUILD and pkgbuild/ins/.SRCINFO, which still reference pkgver=0.14.0 and download from v0.14.0 tags. Both files must be updated to maintain release consistency.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@Cargo.toml` at line 3, The version bump in Cargo.toml to 0.14.1 is not
reflected in the PKGBUILD and .SRCINFO files, creating a version mismatch.
Update the pkgver variable in PKGBUILD from 0.14.0 to 0.14.1, update any
download URLs or source references in PKGBUILD to point to the v0.14.1 tag
instead of v0.14.0, and ensure all corresponding entries in .SRCINFO are updated
to match the new version number and checksums for consistency across the
project.

@paperbenni paperbenni merged commit d22f334 into main Jun 18, 2026
4 checks passed
This was referenced Jun 23, 2026
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.

1 participant