Skip to content

chore: release v0.13.18#127

Merged
paperbenni merged 2 commits intomainfrom
release-plz-2026-04-02T01-45-42Z
Apr 2, 2026
Merged

chore: release v0.13.18#127
paperbenni merged 2 commits intomainfrom
release-plz-2026-04-02T01-45-42Z

Conversation

@paperbenni
Copy link
Copy Markdown
Member

@paperbenni paperbenni commented Apr 2, 2026

🤖 New release

  • ins: 0.13.17 -> 0.13.18
Changelog

0.13.18 - 2026-04-02

Fixed

  • fix duplicate entry
  • fix keys

Other

  • dedupe fzf builder
  • refactor fzf builder
  • refactor keyboard
  • better ins game ux
  • remove dead code
  • improve streaming and fzf api
  • proper streaming preview
  • add preview cache
  • cleaner streaming model
  • cleaner streaming API
  • add prefilled streaming option
  • better add UX
  • more interactive game adding experience
  • add cache to ins game discover
  • file size tiebreaker
  • better userId expansion
  • unify more wine streaming
  • make wine discovery streaming
  • init wine discovery


This PR was generated with release-plz.

Summary by Sourcery

Release ins v0.13.18 and document the changes in the changelog.

Documentation:

  • Add changelog entry for v0.13.18 describing fixes and miscellaneous improvements.

Chores:

  • Bump ins crate version from 0.13.17 to 0.13.18.

Summary by CodeRabbit

  • Bug Fixes

    • Fixed duplicate entry issue
    • Fixed keys handling
  • New Features

    • Enhanced fzf preview, caching, and UX
    • Added wine discovery and streaming support
    • Introduced ins game and ins game discover commands
  • Other

    • Deduplication and minor refactors
  • Chores

    • Released version 0.13.18 (changelog updated)

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai bot commented Apr 2, 2026

Reviewer's Guide

Release PR that bumps the ins crate from v0.13.17 to v0.13.18 and records the corresponding changelog entry describing fixes and internal improvements.

File-Level Changes

Change Details Files
Add changelog entry for v0.13.18 release.
  • Insert new 0.13.18 section under Unreleased with Fixed and Other subsections.
  • Document duplicate entry and key handling fixes.
  • Document internal refactors and UX/API improvements around streaming, fzf, keyboard, game discovery, and wine streaming.
CHANGELOG.md
Bump crate version to v0.13.18 for the ins package and lockfile.
  • Update package version field to 0.13.18 in Cargo.toml.
  • Regenerate Cargo.lock to reflect the new version of the ins crate.
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 Apr 2, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c4fa9b02-ec16-4a06-93ba-0721194e6cbf

📥 Commits

Reviewing files that changed from the base of the PR and between 14d6427 and 01a2c0e.

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

📝 Walkthrough

Walkthrough

Release metadata updated for v0.13.18: changelog entry added (2026-04-02) and package/crate versions bumped across Cargo.toml and packaging files; changelog lists fixes for duplicate entries/keys and other deduplication, streaming, and fzf-related improvements.

Changes

Cohort / File(s) Summary
Changelog & crate metadata
CHANGELOG.md, Cargo.toml
Added 0.13.18 entry dated 2026-04-02 to CHANGELOG.md; bumped crate version from 0.13.170.13.18 in Cargo.toml.
Packaging metadata (pkgbuild)
pkgbuild/ins/.SRCINFO, pkgbuild/ins/PKGBUILD
Updated package version from 0.13.170.13.18 and adjusted source tarball/tag references to v0.13.18. No other fields changed.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰✨ I hopped a bump from seventeen to new,
Notes for fixes and streams in view,
Deduped the trails, smoothed fzf’s song,
Games and wine found where they belong,
A tiny rabbit cheers—hopping along! 🥕🎉

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title "chore: release v0.13.18" clearly and concisely summarizes the main change: a release bump for version 0.13.18, which is supported by the changelog additions, version updates in Cargo.toml, and PKGBUILD files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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-04-02T01-45-42Z

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 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 306acf3 into main Apr 2, 2026
2 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