Skip to content

chore: release v0.14.0#150

Merged
paperbenni merged 2 commits into
mainfrom
release-plz-2026-06-14T17-53-56Z
Jun 14, 2026
Merged

chore: release v0.14.0#150
paperbenni merged 2 commits into
mainfrom
release-plz-2026-06-14T17-53-56Z

Conversation

@paperbenni

@paperbenni paperbenni commented Jun 14, 2026

Copy link
Copy Markdown
Member

🤖 New release

  • ins: 0.13.37 -> 0.14.0
Changelog

0.14.0 - 2026-06-14

Fixed

  • fix pretty config
  • fix ugly settings serialization
  • fix file previews with huge path lengths
  • fix buggy yazi/recommendation picker

Other

  • bump
  • add better examples
  • update docs
  • add example capability
  • add ins game snapshots command
  • dedupe
  • alias game sync


This PR was generated with release-plz.

Summary by CodeRabbit

  • Bug Fixes
    • Multiple issues resolved in version 0.14.0
  • Other
    • Additional improvements and enhancements included in this release

@sourcery-ai

sourcery-ai Bot commented Jun 14, 2026

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

Reviewer's Guide

Release bump for the ins CLI from v0.13.37 to v0.13.38, updating the crate version and documenting the new release entry in the changelog with its fixes and minor enhancements.

File-Level Changes

Change Details Files
Document the 0.13.38 release details in the changelog.
  • Add a new 0.13.38 section under the Unreleased heading with release date and comparison link.
  • List fixes covering pretty config, settings serialization, long-path file previews, and the yazi/recommendation picker.
  • List other small improvements such as examples, docs updates, example capability, new game snapshots command, deduplication, and a game sync alias.
CHANGELOG.md
Bump crate version to 0.13.38 for the ins package.
  • Update the package version field from 0.13.37 to 0.13.38 in the main Cargo.toml.
  • Regenerate Cargo.lock to reflect the new ins crate version.
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 14, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bbde294f-b1e9-4851-8ac9-288cd95d4171

📥 Commits

Reviewing files that changed from the base of the PR and between 709fae4 and 8f01307.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (3)
  • CHANGELOG.md
  • pkgbuild/ins/.SRCINFO
  • pkgbuild/ins/PKGBUILD
✅ Files skipped from review due to trivial changes (2)
  • CHANGELOG.md
  • pkgbuild/ins/.SRCINFO

📝 Walkthrough

Walkthrough

Bumps the ins package from version 0.13.37 to 0.14.0. CHANGELOG.md gains a new [0.14.0] section dated 2026-06-14 with 4 Fixed and 8 Other entries. pkgbuild/ins/PKGBUILD and pkgbuild/ins/.SRCINFO are updated to reference the new version and corresponding source tarball URL.

Changes

v0.14.0 Release Bump

Layer / File(s) Summary
Changelog release notes for 0.14.0
CHANGELOG.md
New [0.14.0] section dated 2026-06-14 added under [Unreleased], containing 4 Fixed and 8 Other bullet entries.
Package build metadata synchronization
pkgbuild/ins/PKGBUILD, pkgbuild/ins/.SRCINFO
pkgver updated from 0.13.37 to 0.14.0 in both files; .SRCINFO source tarball URL updated to reference the ins-0.14.0.tar.gz artifact.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • instantOS/instantCLI#149: Directly preceding release bump for the same ins Arch package, updating the same pkgbuild/ins/PKGBUILD, .SRCINFO, and CHANGELOG.md files.
  • instantOS/instantCLI#141: Same pattern of release-version bump synchronizing CHANGELOG.md and pkgbuild/ins metadata (pkgver and source tarball URL).
  • instantOS/instantCLI#138: Identical change structure — CHANGELOG.md release entry plus pkgbuild/ins/.SRCINFO and PKGBUILD version bump.

Poem

🐰 Hop, hop, hooray for zero-fourteen!
The changelog blooms with fixes so keen,
Four bugs squashed flat, eight changes more,
The PKGBUILD tarball points to new lore.
A version bump done with a flick of the paw! 🥕

🚥 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 PR title 'chore: release v0.14.0' directly and clearly summarizes the main objective of the changeset—releasing version 0.14.0.
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-14T17-53-56Z

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.

@paperbenni paperbenni force-pushed the release-plz-2026-06-14T17-53-56Z branch from 709fae4 to ae169f6 Compare June 14, 2026 18:02
@paperbenni paperbenni changed the title chore: release v0.13.38 chore: release v0.14.0 Jun 14, 2026
@paperbenni paperbenni merged commit a7ca8a6 into main Jun 14, 2026
1 of 2 checks passed
@coderabbitai coderabbitai Bot mentioned this pull request 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