Skip to content

Commit a14e6a6

Browse files
committed
Prepare v0.4.0
1 parent 33b8ebc commit a14e6a6

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
### Changed
2323

2424
- Use webpack to bundle extension.
25+
26+
## [0.4.0] 2023-10-09
27+
28+
### Added
29+
30+
- Log messages are now forwarded to extension output channel.
31+
32+
### Fixed
33+
34+
- Only touch 'external' paths in compile_commands.json with certain prefixes.

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": "vsc-bazel-tools",
33
"displayName": "VSC Bazel Tools",
44
"description": "IntelliSense support for C/C++ targets built with bazel.",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"publisher": "bjob",
77
"icon": "images/bazel_tools_icon.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)