Skip to content

Commit 2502bc1

Browse files
chore(master): release 0.13.0
1 parent 2747be7 commit 2502bc1

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

3+
## [0.13.0](https://github.com/bazel-contrib/vscode-bazel/compare/v0.12.0...v0.13.0) (2025-11-09)
4+
5+
6+
### Features
7+
8+
* **codelens:** Sort Bazel build targets by name length in codelens ([#464](https://github.com/bazel-contrib/vscode-bazel/issues/464)) ([3c48c7a](https://github.com/bazel-contrib/vscode-bazel/commit/3c48c7a864c6f1be783ee97c0e7b5d542a4b3dc9))
9+
* **navigation:** Add 'Copy Label To Clipboard' to command palette ([#467](https://github.com/bazel-contrib/vscode-bazel/issues/467)) ([edbdffc](https://github.com/bazel-contrib/vscode-bazel/commit/edbdffc00451f5472068e3141cdb151b7d4a01fb))
10+
* **navigation:** Add "Go to BUILD file" command ([66f699c](https://github.com/bazel-contrib/vscode-bazel/commit/66f699c945fd3e8720590bfe03f49818a66c0d61))
11+
* **navigation:** Add "Go to Label" command ([bc2abea](https://github.com/bazel-contrib/vscode-bazel/commit/bc2abeaffedbe0a0d7d218679d0a7fc54ea868e0))
12+
* **quickpick:** Introduce dynamic quickpick for targets/packages. ([#465](https://github.com/bazel-contrib/vscode-bazel/issues/465)) ([b00a658](https://github.com/bazel-contrib/vscode-bazel/commit/b00a658cd121595188fc1dcf18923ca17179ca8e))
13+
14+
15+
### Bug Fixes
16+
17+
* Use "go to" instead of "jump" ([#468](https://github.com/bazel-contrib/vscode-bazel/issues/468)) ([30bf975](https://github.com/bazel-contrib/vscode-bazel/commit/30bf975b7954a7323c315c476ebfe6584b9d1609))
18+
319
## [0.12.0](https://github.com/bazel-contrib/vscode-bazel/compare/v0.11.0...v0.12.0) (2025-07-13)
420

521

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: 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.12.0",
5+
"version": "0.13.0",
66
"publisher": "BazelBuild",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)