Skip to content

Commit

Permalink
Merge pull request #212 from fweikert/master
Browse files Browse the repository at this point in the history
Prepare 0.4.0 release
  • Loading branch information
fweikert authored Aug 21, 2020
2 parents a2ba46b + b60321c commit 27ddf0a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## Version 0.4.0 (August 21, 2020)

### New Features

- CodeLens has been disabled by default, but can be enabled via a new option.

### Bug Fixes

- WORKSPACE.bazel files are now properly recognized.
- We made multiple improvements to Windows support.

## Version 0.3.0 (September 19, 2019)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-bazel",
"displayName": "Bazel",
"description": "Bazel BUILD integration",
"version": "0.3.0",
"version": "0.4.0",
"publisher": "BazelBuild",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 27ddf0a

Please sign in to comment.