Skip to content

chore: release v0.14.3#153

Merged
paperbenni merged 1 commit into
mainfrom
release-plz-2026-06-29T18-23-40Z
Jun 29, 2026
Merged

chore: release v0.14.3#153
paperbenni merged 1 commit into
mainfrom
release-plz-2026-06-29T18-23-40Z

Conversation

@paperbenni

@paperbenni paperbenni commented Jun 29, 2026

Copy link
Copy Markdown
Member

🤖 New release

  • ins: 0.14.2 -> 0.14.3
Changelog

0.14.3 - 2026-06-29

Fixed

  • fix home dir on bazzite

Other

  • fmt
  • add ssh menu
  • Merge branch 'dev' of github.com:instantOS/instantCLI into dev
  • doc choose


This PR was generated with release-plz.

Summary by Sourcery

Prepare the v0.14.3 release of the ins CLI, updating metadata and changelog.

Build:

  • Bump crate version from 0.14.2 to 0.14.3 in Cargo metadata.

Documentation:

  • Add changelog entry for v0.14.3 detailing fixes and other changes.

Summary by CodeRabbit

  • Chores
    • Bumped the app version to 0.14.3.
    • Added a new release entry to the changelog with recent fixes and updates.

@sourcery-ai

sourcery-ai Bot commented Jun 29, 2026

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

Reviewer's Guide

Release v0.14.3: bump crate version and document the new release in the changelog; lockfile updated accordingly.

File-Level Changes

Change Details Files
Document the 0.14.3 release details in the changelog.
  • Added 0.14.3 section under the Unreleased header.
  • Recorded the fix for home directory handling on Bazzite.
  • Listed miscellaneous changes (formatting, SSH menu addition, dev branch merge, documentation choice).
CHANGELOG.md
Bump crate version to 0.14.3 and refresh dependency lockfile for the release.
  • Updated the package version from 0.14.2 to 0.14.3 in the crate manifest.
  • Regenerated or updated the lockfile to reflect the new release version and dependency state.
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 29, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Version bump from 0.14.2 to 0.14.3 in Cargo.toml with a corresponding new [0.14.3] changelog section dated 2026-06-29, listing fixes and other entries.

Release 0.14.3

Layer / File(s) Summary
Version bump and changelog entry
Cargo.toml, CHANGELOG.md
Cargo.toml version field updated to 0.14.3; CHANGELOG.md gains a new release section with ### Fixed and ### Other bullet entries.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐇 Hop, hop, version's new,
0.14.3 shines through!
Fixed the home dir on Bazzite's ground,
SSH menu now found.
A tiny bump, but oh so true~ 🥕

🚥 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 accurately reflects the release version bump and changelog update for v0.14.3.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-plz-2026-06-29T18-23-40Z

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 found 1 issue

Prompt for AI Agents
Please address the comments from this code review:

## Individual Comments

### Comment 1
<location path="CHANGELOG.md" line_range="21" />
<code_context>
+- fmt
+- add ssh menu
+- Merge branch 'dev' of github.com:instantOS/instantCLI into dev
+- doc choose
+
 ## [0.14.2](https://github.com/instantOS/instantCLI/compare/v0.14.1...v0.14.2) - 2026-06-23
</code_context>
<issue_to_address>
**suggestion (typo):** Clarify or correct the phrase "doc choose," which currently reads as ambiguous and possibly a typo.

The bullet point "doc choose" is unclear and likely a typo or truncated phrase. Please reword it to clearly describe the documentation-related change so readers can understand the entry quickly.

Suggested implementation:

```
- clarify documentation for the "choose" feature

```

If "choose" refers to a specific command, menu, or module (e.g. `instant choose`, "choose menu"), you may want to make this even more explicit, such as:
- "update documentation for the `instant choose` command"
or
- "update documentation for the choose menu"
to better match your project's terminology.
</issue_to_address>

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.

Comment thread CHANGELOG.md
- fmt
- add ssh menu
- Merge branch 'dev' of github.com:instantOS/instantCLI into dev
- doc choose

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

suggestion (typo): Clarify or correct the phrase "doc choose," which currently reads as ambiguous and possibly a typo.

The bullet point "doc choose" is unclear and likely a typo or truncated phrase. Please reword it to clearly describe the documentation-related change so readers can understand the entry quickly.

Suggested implementation:

- clarify documentation for the "choose" feature

If "choose" refers to a specific command, menu, or module (e.g. instant choose, "choose menu"), you may want to make this even more explicit, such as:

  • "update documentation for the instant choose command"
    or
  • "update documentation for the choose menu"
    to better match your project's terminology.

@paperbenni paperbenni merged commit 84b4191 into main Jun 29, 2026
2 of 4 checks passed
@paperbenni paperbenni deleted the release-plz-2026-06-29T18-23-40Z branch June 29, 2026 18:24

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

🧹 Nitpick comments (2)
CHANGELOG.md (2)

14-14: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Capitalize "Bazzite".

"Bazzite" is a proper noun (a Linux distribution) and should be capitalized.

🤖 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 `@CHANGELOG.md` at line 14, The changelog entry text uses a lowercase reference
to the Bazzite distribution; update the existing entry in the changelog so the
proper noun is capitalized consistently. Locate the line containing the home
directory fix note and change the word to “Bazzite” while keeping the rest of
the entry unchanged.

20-20: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Remove the auto-generated merge commit message from the changelog.

The entry "Merge branch 'dev' of github.com:instantOS/instantCLI into dev" is an internal Git operation with no user-facing value. Consider filtering merge commit messages from release-plz changelog generation, or manually removing them.

🤖 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 `@CHANGELOG.md` at line 20, Remove the auto-generated merge commit entry from
the changelog by updating the changelog generation flow so internal Git merge
messages are filtered out, or by excluding that merge commit in the release-plz
changelog step. Use the changelog generation/config path that produces the
release notes, and ensure only user-facing commits appear in the generated
output.
🤖 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.

Nitpick comments:
In `@CHANGELOG.md`:
- Line 14: The changelog entry text uses a lowercase reference to the Bazzite
distribution; update the existing entry in the changelog so the proper noun is
capitalized consistently. Locate the line containing the home directory fix note
and change the word to “Bazzite” while keeping the rest of the entry unchanged.
- Line 20: Remove the auto-generated merge commit entry from the changelog by
updating the changelog generation flow so internal Git merge messages are
filtered out, or by excluding that merge commit in the release-plz changelog
step. Use the changelog generation/config path that produces the release notes,
and ensure only user-facing commits appear in the generated output.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f0d047f7-fc9e-4f19-96a7-d8e3aa3a1865

📥 Commits

Reviewing files that changed from the base of the PR and between 430398a and f2aee56.

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

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