Skip to content

Commit

Permalink
chore(master): release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 4, 2024
1 parent 4f02dc5 commit 392591f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [0.11.0](https://github.com/bazelbuild/vscode-bazel/compare/0.10.0...v0.11.0) (2024-07-04)


### Features

* Cmd-click to jump to a source file from a build rule ([#380](https://github.com/bazelbuild/vscode-bazel/issues/380)) ([fa38d08](https://github.com/bazelbuild/vscode-bazel/commit/fa38d08eceedf56777cfff2b8b0f74477e623154))
* **codelens:** Don't add target names for one line targets ([#407](https://github.com/bazelbuild/vscode-bazel/issues/407)) ([4f02dc5](https://github.com/bazelbuild/vscode-bazel/commit/4f02dc5a86d5293800b44b67000b14cbd4edce38))
* **codelens:** Extend CodeLens to build and run more targets ([00d9971](https://github.com/bazelbuild/vscode-bazel/commit/00d9971761e5f4378b4157574afe1ef6c53b1a1d))
* **coverage:** Basic test coverage support ([#366](https://github.com/bazelbuild/vscode-bazel/issues/366)) ([0d293b8](https://github.com/bazelbuild/vscode-bazel/commit/0d293b81154b77c29900d89577a6b4ed1b725b93))
* **coverage:** Demangling C++ & Rust function names in coverage results ([#398](https://github.com/bazelbuild/vscode-bazel/issues/398)) ([d28c294](https://github.com/bazelbuild/vscode-bazel/commit/d28c29443610f627cbafcab1ddf7007a02934b9a))
* **coverage:** Demangling of Java function names in coverage results ([#388](https://github.com/bazelbuild/vscode-bazel/issues/388)) ([7084368](https://github.com/bazelbuild/vscode-bazel/commit/7084368f5e76741fd8cdc2fd072a799187e7e513))
* **coverage:** Load branch coverage from coverage files [#389](https://github.com/bazelbuild/vscode-bazel/issues/389) ([e5c95e4](https://github.com/bazelbuild/vscode-bazel/commit/e5c95e4567a80c82ada48031c9fde5561fc7c957))
* syntax highlighting for .bazelrc ([#379](https://github.com/bazelbuild/vscode-bazel/issues/379)) ([2aea27e](https://github.com/bazelbuild/vscode-bazel/commit/2aea27e45cca43e7f20b673f331b3c994c195e99)), closes [#259](https://github.com/bazelbuild/vscode-bazel/issues/259)


### Bug Fixes

* **buildifier:** Handle relative buildifier path without warning [#387](https://github.com/bazelbuild/vscode-bazel/issues/387) ([60051c5](https://github.com/bazelbuild/vscode-bazel/commit/60051c54854332f9a00891ebd6fa46ac08a4c577))
* Default to Python syntax highlighting theme ([#397](https://github.com/bazelbuild/vscode-bazel/issues/397)) ([2614f19](https://github.com/bazelbuild/vscode-bazel/commit/2614f1985f9ea4ba0a16418f338cfcd736067f2a))
* Link the full label / file name instead of individual components ([#382](https://github.com/bazelbuild/vscode-bazel/issues/382)) ([2e207c9](https://github.com/bazelbuild/vscode-bazel/commit/2e207c9647881f335afa7288d7f05b70818be8bd))

## [0.10.0](https://github.com/bazelbuild/vscode-bazel/compare/0.9.0...v0.10.0) (2024-04-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.0",
"version": "0.11.0",
"publisher": "BazelBuild",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 392591f

Please sign in to comment.