Skip to content

Commit

Permalink
Merge pull request #3136 from continuedev/nate/quick-edit-13ad
Browse files Browse the repository at this point in the history
changelog and version bump
  • Loading branch information
sestinj authored Nov 30, 2024
2 parents 4b3fe6a + f420e7d commit bd66c85
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changes/unreleased/Added-20241129-164631.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
project: extensions/vscode
kind: Added
body: Tool use
time: 2024-11-29T16:46:31.677532-08:00
4 changes: 4 additions & 0 deletions .changes/unreleased/Added-20241129-164644.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
project: extensions/vscode
kind: Added
body: Support for Model Context Protocol
time: 2024-11-29T16:46:44.960691-08:00
5 changes: 5 additions & 0 deletions extensions/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


Pre-release Changes
### Added
* Tool use
* Support for Model Context Protocol

## 0.8.59 - 2024-11-25
### Fixed
* Hotfix for Ollama onboarding
Expand Down
2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "continue",
"icon": "media/icon.png",
"author": "Continue Dev, Inc",
"version": "0.9.237",
"version": "0.9.238",
"repository": {
"type": "git",
"url": "https://github.com/continuedev/continue"
Expand Down

0 comments on commit bd66c85

Please sign in to comment.