Skip to content

Commit 995229b

Browse files
Prepare release 0.9.0 (#343)
1 parent 66aeb5c commit 995229b

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

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

3+
## Version 0.9.0 (February 20, 2024)
4+
5+
### New Features
6+
7+
- Support relative target completion (@kon72)
8+
- Add support for launching an LSP (@cameron-martin)
9+
10+
### Bug fixes
11+
12+
- Make queries share the same server by default (@limdor)
13+
314
## Version 0.8.1 (January 2, 2024)
415

516
### Bug Fixes

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
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.8.1",
5+
"version": "0.9.0",
66
"publisher": "BazelBuild",
77
"license": "Apache-2.0",
88
"repository": {
@@ -475,4 +475,4 @@
475475
"vscode-uri": "^3.0.2",
476476
"which": "^4.0.0"
477477
}
478-
}
478+
}

0 commit comments

Comments
 (0)