-
Notifications
You must be signed in to change notification settings - Fork 0
chore: release v0.13.17 #126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [package] | ||
| name = "ins" | ||
| version = "0.13.16" | ||
| version = "0.13.17" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use the release/package workflow instead of editing crate version directly. The version bump is directly edited in As per coding guidelines: " 🤖 Prompt for AI Agents |
||
| edition = "2024" | ||
| description = "Instant CLI - command-line utilities" | ||
| license = "GPL-2.0-only" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clean up ambiguous/informal changelog bullets before publishing.
A few entries are unclear or unprofessional for user-facing release notes (
fix?,dedupe shiat) and one brand name should be capitalized (Epic Games). Please normalize these bullets to clear, release-grade phrasing.Also applies to: 32-32, 43-43
🤖 Prompt for AI Agents