chore: release v0.14.7 - #157
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideRelease bump to v0.14.6 with corresponding changelog entry and lockfile updates for the File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughRelease metadata is updated from 0.14.6 to 0.14.7 across Cargo and Arch packaging files, and ChangesRelease metadata
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 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.
Inline comments:
In `@Cargo.toml`:
- Line 3: Remove the hand-edited version change from Cargo.toml and update the
project version through the repository’s package-manager or versioning workflow
instead. Ensure the workflow regenerates Cargo.toml and all derived release
metadata consistently at version 0.14.6.
In `@CHANGELOG.md`:
- Around line 10-14: Update the 0.14.6 entry in the changelog so the release
message uses the configured capitalization: change “fix instantWM integration”
to “Fix instantWM integration,” preserving the existing wording and formatting.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 8760665c-d598-4890-bd83-4e3a5e330860
⛔ Files ignored due to path filters (1)
Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (2)
CHANGELOG.mdCargo.toml
| [package] | ||
| name = "ins" | ||
| version = "0.14.5" | ||
| version = "0.14.6" |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟠 Major | ⚡ Quick win
Update the version through Cargo/package-manager tooling.
This direct Cargo.toml version edit violates the repository instruction not to hand-edit Cargo.toml versions. Regenerate the 0.14.6 metadata through the project’s package-management/versioning workflow so all derived release metadata remains synchronized.
🤖 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 `@Cargo.toml` at line 3, Remove the hand-edited version change from Cargo.toml
and update the project version through the repository’s package-manager or
versioning workflow instead. Ensure the workflow regenerates Cargo.toml and all
derived release metadata consistently at version 0.14.6.
Source: Coding guidelines
| ## [0.14.6](https://github.com/instantOS/instantCLI/compare/v0.14.5...v0.14.6) - 2026-07-22 | ||
|
|
||
| ### Fixed | ||
|
|
||
| - fix instantWM integration |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Match the configured changelog capitalization.
cliff.toml applies upper_first to release messages, so this entry should read Fix instantWM integration rather than fix instantWM integration.
🤖 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` around lines 10 - 14, Update the 0.14.6 entry in the changelog
so the release message uses the configured capitalization: change “fix instantWM
integration” to “Fix instantWM integration,” preserving the existing wording and
formatting.
c0f6824 to
c909e43
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 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.
Inline comments:
In `@CHANGELOG.md`:
- Line 35: Correct the typo in the changelog entry by changing “ins notifiy
fixes” to “ins notify fixes,” preserving the rest of the entry unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 1de60524-781b-4ae1-a382-99bfe519b39e
⛔ Files ignored due to path filters (1)
Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (2)
CHANGELOG.mdCargo.toml
🚧 Files skipped from review as they are similar to previous changes (1)
- Cargo.toml
| - TUI fixes | ||
| - improve ins notify TUI | ||
| - more ins notify features | ||
| - ins notifiy fixes |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Fix the typo in “notifiy”.
Change this entry to ins notify fixes.
🧰 Tools
🪛 LanguageTool
[grammar] ~35-~35: Ensure spelling is correct
Context: ...fy TUI - more ins notify features - ins notifiy fixes - init ins notify feature - Merge...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
🤖 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 35, Correct the typo in the changelog entry by changing
“ins notifiy fixes” to “ins notify fixes,” preserving the rest of the entry
unchanged.
Source: Linters/SAST tools
🤖 New release
ins: 0.14.6 -> 0.14.7Changelog
This PR was generated with release-plz.
Summary by CodeRabbit