Skip to content

Commit 2d92715

Browse files
committed
Update version
1 parent 3f726ee commit 2d92715

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
### Fixed
3333

3434
- Only touch 'external' paths in compile_commands.json with certain prefixes.
35+
36+
## [0.5.0] 2023-10-27
37+
38+
### Added
39+
- Use progress notifications in addition to extension output

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: 2 additions & 2 deletions
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.4.0",
5+
"version": "0.5.0",
66
"publisher": "bjob",
77
"icon": "images/bazel_tools_icon.png",
88
"readme": "README.md",
@@ -79,4 +79,4 @@
7979
"tslog": "^4.9.2",
8080
"util": "^0.12.5"
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)