Skip to content

chore: release v0.14.2#152

Merged
paperbenni merged 2 commits into
mainfrom
release-plz-2026-06-23T19-03-35Z
Jun 23, 2026
Merged

chore: release v0.14.2#152
paperbenni merged 2 commits into
mainfrom
release-plz-2026-06-23T19-03-35Z

Conversation

@paperbenni

@paperbenni paperbenni commented Jun 23, 2026

Copy link
Copy Markdown
Member

🤖 New release

  • ins: 0.14.1 -> 0.14.2
Changelog

0.14.2 - 2026-06-23

Other

  • better deletion root handling
  • refactor deletion
  • add support for cleaning files when deleted from dotfile repos


This PR was generated with release-plz.

Summary by Sourcery

Release version 0.14.2 of the ins crate.

Enhancements:

  • Improve deletion root handling and refactor deletion logic for better maintainability.
  • Add support for cleaning files when they are deleted from dotfile repositories.

Build:

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

Summary by CodeRabbit

  • New Features

    • Added support for cleaning files when they’re deleted from dotfile repositories.
  • Bug Fixes

    • Improved deletion root handling for more reliable cleanup.
  • Refactor

    • Refactored deletion logic to improve maintainability and deletion behavior.

@sourcery-ai

sourcery-ai Bot commented Jun 23, 2026

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

Reviewer's Guide

Release v0.14.2: bump crate version and update changelog with notes about improved deletion handling and dotfile repo cleanup support.

File-Level Changes

Change Details Files
Document the 0.14.2 release in the changelog.
  • Add a new 0.14.2 section under Unreleased with the release date.
  • Document improvements to deletion root handling and deletion refactor.
  • Note new support for cleaning files when deleted from dotfile repositories.
CHANGELOG.md
Update crate metadata to 0.14.2 for this release.
  • Bump the ins crate version from 0.14.1 to 0.14.2 in Cargo.toml.
  • Refresh Cargo.lock to reflect the new package version (no behavioral code changes implied).
Cargo.toml
Cargo.lock

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 23, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2725ad16-39bd-4a0e-a0e8-071faa7e62d7

📥 Commits

Reviewing files that changed from the base of the PR and between 752d171 and 95d0e20.

📒 Files selected for processing (2)
  • pkgbuild/ins/.SRCINFO
  • pkgbuild/ins/PKGBUILD
✅ Files skipped from review due to trivial changes (2)
  • pkgbuild/ins/.SRCINFO
  • pkgbuild/ins/PKGBUILD

📝 Walkthrough

Walkthrough

The crate version is bumped from 0.14.1 to 0.14.2 in Cargo.toml, CHANGELOG.md receives a new 0.14.2 release entry dated 2026-06-23 with three items, and pkgbuild packaging metadata files are updated from 0.14.0 to 0.14.2 with matching source tarball references.

Changes

Release 0.14.2

Layer / File(s) Summary
Crate version bump and packaging metadata
Cargo.toml, CHANGELOG.md, pkgbuild/ins/.SRCINFO, pkgbuild/ins/PKGBUILD
Cargo.toml [package] version is incremented to 0.14.2, a new 0.14.2 changelog section is added with entries for deletion root handling, deletion refactor, and dotfile cleanup support, and pkgbuild files are updated from 0.14.0 to 0.14.2 with source tarball URLs pointing to the v0.14.2 tag.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • instantOS/instantCLI#151: Prior release bump from 0.14.0 to 0.14.1 updating the same version fields across Cargo.toml, CHANGELOG.md, and pkgbuild metadata.
  • instantOS/instantCLI#150: Recent pkgbuild version bump to 0.14.0 in .SRCINFO and PKGBUILD with matching source tarball updates.
  • instantOS/instantCLI#149: Earlier release chore that bumped version across Cargo.toml, CHANGELOG.md, and pkgbuild packaging files in the same coordinated pattern.

Poem

🐇 Hop, hop, the version grows,
From .1 to .2 it flows.
Deletion roots now handled right,
Dotfiles cleaned with fluffy might.
Packaging gleams, the tarball too—
Release complete, and fresh anew! 🌿

🚥 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.2' directly and clearly summarizes the main change—a version bump release.
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-23T19-03-35Z

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.

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

@paperbenni paperbenni merged commit bf2954d into main Jun 23, 2026
2 checks passed
@paperbenni paperbenni deleted the release-plz-2026-06-23T19-03-35Z branch June 23, 2026 23:14
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