-
Couldn't load subscription status.
- Fork 2.4k
Changeset version bump #7580
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
Changeset version bump #7580
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,11 @@ | ||
| # Roo Code Changelog | ||
|
|
||
| ## 3.26.4 | ||
|
|
||
| ### Patch Changes | ||
|
||
|
|
||
| -  | ||
|
|
||
| ## [3.26.3] - 2025-08-29 | ||
|
|
||
|  | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| "displayName": "%extension.displayName%", | ||
| "description": "%extension.description%", | ||
| "publisher": "RooVeterinaryInc", | ||
| "version": "3.26.3", | ||
| "version": "3.26.4", | ||
|
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. Version inconsistency detected: The diff shows this should be bumped from 3.26.3 to 3.26.4, but the current file shows version 3.26.2 on line 6. Could we verify if the PR branch needs to be rebased with the latest main branch? The changeset automation might be out of sync. |
||
| "icon": "assets/icons/icon.png", | ||
| "galleryBanner": { | ||
| "color": "#617A91", | ||
|
|
||
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.
Is this intentional? The new entry shows version 3.26.4 with a proper date format, but I notice line 3 in the current file shows without brackets or date. Should we also fix the formatting of the 3.26.2 entry to match the consistent pattern used throughout the rest of the changelog (e.g., )?