Skip to content

chore: release v0.13.34#144

Merged
paperbenni merged 1 commit into
mainfrom
release-plz-2026-05-21T20-01-51Z
May 25, 2026
Merged

chore: release v0.13.34#144
paperbenni merged 1 commit into
mainfrom
release-plz-2026-05-21T20-01-51Z

Conversation

@paperbenni
Copy link
Copy Markdown
Member

@paperbenni paperbenni commented May 21, 2026

🤖 New release

  • ins: 0.13.33 -> 0.13.34
Changelog

0.13.34 - 2026-05-25

Fixed

  • fix konsole not launching

Other

  • include paths in eden shortcut
  • Merge pull request chore: release v0.13.33 #143 from instantOS/release-plz-2026-05-19T21-30-35Z
  • get layout choices from instantwmctl


This PR was generated with release-plz.

Summary by CodeRabbit

  • Bug Fixes

    • Fixed konsole not launching
  • Other

    • Improved path handling in eden shortcut
    • Updated layout choices retrieval

Review Change Stack

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented May 21, 2026

Reviewer's Guide

Release automation PR that bumps the ins crate from 0.13.32 to 0.13.33 and records the 0.13.33 changes in the changelog, with the rest of the codebase already reflecting these changes from prior commits.

File-Level Changes

Change Details Files
Add 0.13.33 release notes and bump crate version.
  • Append 0.13.33 section to the changelog describing fixes, encryption improvements, and CLI enhancements.
  • Update the ins package version from 0.13.32 to 0.13.33 in Cargo.toml.
  • Regenerate Cargo.lock to align dependency lockfile with the new version.
CHANGELOG.md
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
Copy link
Copy Markdown

coderabbitai Bot commented May 21, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger 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: 9adbc797-3d03-4006-bbd0-be8426b619c8

📥 Commits

Reviewing files that changed from the base of the PR and between 666b978 and 3f2f1b9.

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

📝 Walkthrough

Walkthrough

This PR is a straightforward release update for version 0.13.34. The crate version in Cargo.toml is bumped and a corresponding release entry is added to CHANGELOG.md documenting fixes and other changes.

Changes

Release metadata and changelog

Layer / File(s) Summary
Crate version bump and changelog entry
Cargo.toml, CHANGELOG.md
Cargo.toml version updated from 0.13.33 to 0.13.34, and CHANGELOG.md now includes a new release section for 0.13.34 dated 2026-05-25 with a Fixed subsection (konsole not launching) and an Other subsection (Eden shortcut paths, PR #143 merge, layout choices from instantwmctl).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • instantOS/instantCLI#143: This PR explicitly references the merge of PR #143 in its changelog; both are part of the same release workflow.
  • instantOS/instantCLI#141: Similar release chore that bumps crate version in Cargo.toml and updates CHANGELOG.md with a new release entry.
  • instantOS/instantCLI#142: Preceding release update following the same pattern of bumping version and adding a dated changelog entry.

Poem

🐰 A tiny hop, a version climb,
From 0.13.33 to 0.13.34 so fine!
The changelog sings of konsole's flight,
And layout choices done just right.
Release notes tucked, we're ready to go! 🚀

🚥 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.13.34' clearly and concisely summarizes the main change—a version bump and release publication, which matches the file changes in 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-05-21T20-01-51Z

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.

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

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="17" />
<code_context>
+- fix TOCTOU
+- fix misuse of fzf wrapper
+- fix key test
+- fix add encrypt
+- fix duplication
+- fix `ins dot` encryption fetching
</code_context>
<issue_to_address>
**suggestion (typo):** Clarify the phrasing of "fix add encrypt" for readability.

This bullet is hard to parse. Please rephrase to state clearly what was fixed (for example, “fix `ins dot encrypt`” or “fix add-encrypt command”), matching the actual command or behavior you changed.

```suggestion
- fix add-encrypt command
```
</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
- fix TOCTOU
- fix misuse of fzf wrapper
- fix key test
- fix add encrypt
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 the phrasing of "fix add encrypt" for readability.

This bullet is hard to parse. Please rephrase to state clearly what was fixed (for example, “fix ins dot encrypt” or “fix add-encrypt command”), matching the actual command or behavior you changed.

Suggested change
- fix add encrypt
- fix add-encrypt command

@paperbenni paperbenni changed the title chore: release v0.13.33 chore: release v0.13.34 May 22, 2026
@paperbenni paperbenni force-pushed the release-plz-2026-05-21T20-01-51Z branch from 42d36e9 to 1021f6e Compare May 22, 2026 03:50
@paperbenni paperbenni force-pushed the release-plz-2026-05-21T20-01-51Z branch from 666b978 to 3f2f1b9 Compare May 25, 2026 11:49
@paperbenni paperbenni merged commit 4eb9618 into main May 25, 2026
4 checks passed
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