Skip to content

Commit 47a83ab

Browse files
committed
Prepare release 0.5.0
1 parent 8146e01 commit 47a83ab

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.5.0 (October 29, 2021)
4+
5+
### New Features
6+
7+
- Implemented IntelliSense code completion for targets and packages in BUILD files.
8+
- Added rudimentary goto definition handling for BUILD files.
9+
10+
### Bug Fixes
11+
12+
- Fixed problems with CodeLens on Windows.
13+
- Added support for "no-floating-promises" lint check and fixed violations.
14+
- Made sure that multiple targets in CodeLens are sorted.
15+
16+
### Contributors
17+
18+
We would like to thank Alex Frasson, Chi Wang, ericisko, hensom, Jonathan Dierksen and Neil Ding for their great contributions.
19+
320
## Version 0.4.1 (April 14, 2021)
421

522
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-bazel",
33
"displayName": "Bazel",
44
"description": "Bazel BUILD integration",
5-
"version": "0.4.1",
5+
"version": "0.5.0",
66
"publisher": "BazelBuild",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)