Skip to content

Commit

Permalink
Bump version to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
allevato committed Sep 19, 2019
1 parent 564617f commit ef2d118
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
23 changes: 19 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
# Change Log

## Version ?.?.? (??? ??, ????)
## Version 0.3.0 (September 19, 2019)

### Breaking Changes

- This extension now requires Visual Studio Code 1.30 or higher.
- This extension now requires buildifier version 0.25.1 or higher.

### New Features

- This extension now requires version 0.25.1 of buildifier, which has
improved diagnostic reporting (for example, only the violating character
range is highlighted instead of the entire line).
- Buildifier diagnostics have been refined. For example, now only the
violating range of text is highlighted instead of the entire line.
- Added the "Copy Label to Clipboard" context menu option to the Bazel
Build Targets view.
- The `.star` file extension is now recognized as Starlark for syntax
highlighting.

### Bug Fixes

- Formatting a BUILD or Starlark file no longer deletes the editor's content
if the file contains syntax errors.
- BUILD files named `BUILD.bazel` are now correctly treated as BUILD files,
not `bzl` files, for the purposes of formatting and linting.

## Version 0.2.0 (May 15, 2019)

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": "vscode-bazel",
"description": "Bazel BUILD integration",
"version": "0.2.0",
"version": "0.3.0",
"publisher": "BazelBuild",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit ef2d118

Please sign in to comment.