Skip to content

Commit 7bbe7bb

Browse files
committed
chore(release): dotprompt-vscode 0.0.2
1 parent 0911cf9 commit 7bbe7bb

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"bazel/rules_dart": "0.1.0",
99
"bazel/rules_flutter": "0.1.0",
1010
"rs": "0.1.0",
11-
"packages/vscode": "0.0.1",
11+
"packages/vscode": "0.0.2",
1212
"packages/vim": "0.1.0",
1313
"packages/emacs": "0.1.0",
1414
"packages/monaco": "0.1.0",

packages/vscode/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to the Dotprompt VS Code extension will be documented in thi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.2](https://github.com/google/dotprompt/compare/dotprompt-vscode-0.0.1...dotprompt-vscode-0.0.2) (2026-02-27)
9+
10+
11+
### Features
12+
13+
* **ide:** complete Phase 2 IDE integrations for all major editors ([#439](https://github.com/google/dotprompt/issues/439)) ([95eeb73](https://github.com/google/dotprompt/commit/95eeb73974ffa95f22c7bc4cc31785f4a95ef168))
14+
* **packages/emacs:** add support for emacs major mode and vim syntax for dotprompt ([#409](https://github.com/google/dotprompt/issues/409)) ([371d3b4](https://github.com/google/dotprompt/commit/371d3b4b9b583afb7234aecd05cc459918ff2792))
15+
* **packages/vscode:** add initial implementation of vscode extension ([#407](https://github.com/google/dotprompt/issues/407)) ([13917de](https://github.com/google/dotprompt/commit/13917de802145e17f865c61be04e0407f3cc60a0))
16+
* **promptly:** add lsp, fmt, and check implementations ([#438](https://github.com/google/dotprompt/issues/438)) ([27fd3d4](https://github.com/google/dotprompt/commit/27fd3d4c7aa96e09c46cb54546da1783be2f6a6e))
17+
18+
19+
### Bug Fixes
20+
21+
* **docs:** update deprecated model references to Gemini 2.5/3 ([#541](https://github.com/google/dotprompt/issues/541)) ([fce691c](https://github.com/google/dotprompt/commit/fce691c831abddfcfc8bcdeee79d564c141298d0))
22+
* **vscode:** bundle vscode-languageclient and improve extension installation ([#445](https://github.com/google/dotprompt/issues/445)) ([6186674](https://github.com/google/dotprompt/commit/6186674fdb43691ba9f9abe45dc266ca85c6a424))
23+
824
## [0.2.0] - 2026-01-24
925

1026
### Added

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dotprompt-vscode",
33
"displayName": "Dotprompt",
44
"description": "Syntax highlighting, LSP diagnostics, formatting, and code snippets for Dotprompt (.prompt) files",
5-
"version": "0.2.0",
5+
"version": "0.0.2",
66
"publisher": "google",
77
"license": "Apache-2.0",
88
"icon": "images/icon.png",

0 commit comments

Comments
 (0)