mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#11610)
changeset version bump Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
8743020f4e
commit
d8cfbfdb05
3 changed files with 11 additions and 10 deletions
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||
- Add Gemini 3.1 Pro support and set as default Gemini model (PR #11608 by @PeterDaveHello)
|
||||
- Add NDJSON stdin protocol, list subcommands, and modularize CLI run command (PR #11597 by @cte)
|
||||
- Prepare CLI v0.1.0 release (PR #11599 by @cte)
|
||||
- Remove integration tests (PR #11598 by @roomote)
|
||||
- Changeset version bump (PR #11596 by @github-actions)
|
||||
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.50.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Add Gemini 3.1 Pro support and set as default Gemini model (PR #11608 by @PeterDaveHello)
|
||||
- Add NDJSON stdin protocol, list subcommands, and modularize CLI run command (PR #11597 by @cte)
|
||||
- Prepare CLI v0.1.0 release (PR #11599 by @cte)
|
||||
- Remove integration tests (PR #11598 by @roomote)
|
||||
- Changeset version bump (PR #11596 by @github-actions)
|
||||
|
||||
## 3.49.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.49.0",
|
||||
"version": "3.50.0",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue