Skip to content

Commit bfdd3f9

Browse files
Release 0.4.0 (#918)
1 parent 5e0fa68 commit bfdd3f9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## Version 0.4.0: January 20, 2025
4+
5+
* Stable release of changes in versions 0.3.0, 0.3.1, and 0.3.2
6+
37
## Version 0.3.2: September 29, 2025
48

59
* Add a command to shut down the server explicitly [#866](https://github.com/clangd/vscode-clangd/pull/866).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-clangd",
33
"displayName": "clangd",
44
"description": "C/C++ completion, navigation, and insights",
5-
"version": "0.3.2",
5+
"version": "0.4.0",
66
"publisher": "llvm-vs-code-extensions",
77
"license": "MIT",
88
"homepage": "https://clangd.llvm.org/",

0 commit comments

Comments
 (0)