Skip to content

Commit f64a5b8

Browse files
committed
Add support for Bazel 8.2.0 and 8.2.1
1 parent a7e95c3 commit f64a5b8

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ fn main() -> Result<()> {
104104
"8.0.1",
105105
"8.1.0",
106106
"8.1.1",
107+
"8.2.0",
108+
"8.2.1",
107109
"9.0.0-pre.20250317.2",
108110
];
109111

vscode-extension/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
"8.0.1",
6666
"8.1.0",
6767
"8.1.1",
68+
"8.2.0",
69+
"8.2.1",
6870
"9.0.0-pre.20250317.2"
6971
],
7072
"scope": "machine-overridable"

0 commit comments

Comments
 (0)