Skip to content

Commit 7bad7cb

Browse files
committed
Bump version to 0.1.12
1 parent ec7bf19 commit 7bad7cb

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## Version 0.1.12: July 19, 2021
4+
5+
* Clicking on status bar opens output panel,
6+
[#177](https://github.com/clangd/vscode-clangd/pull/177)
7+
* Commands to open user and project clangd confguration files
8+
[#181](https://github.com/clangd/vscode-clangd/pull/181)
9+
* Inlay hints support for parameters
10+
[#168](https://github.com/clangd/vscode-clangd/pull/168) and types
11+
[#188](https://github.com/clangd/vscode-clangd/pull/188). Requires a clangd
12+
built after
13+
[llvm/llvm-project@cea736e5b](https://github.com/llvm/llvm-project/commit/cea736e5b8a48065007a591d71699b53c04d95b3)
14+
and `-inlay-hints` flag.
15+
316
## Version 0.1.11: March 2, 2021
417

518
* Prompt when workspace overrides clangd.path and clangd.arguments, [#160](https://github.com/clangd/vscode-clangd/pull/160)

package-lock.json

Lines changed: 1 addition & 1 deletion
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 and C++ completion, navigation, and insights",
5-
"version": "0.1.11",
5+
"version": "0.1.12",
66
"publisher": "llvm-vs-code-extensions",
77
"license": "MIT",
88
"homepage": "https://clangd.llvm.org/",

0 commit comments

Comments
 (0)