Skip to content

Commit 5157e76

Browse files
github-actions[bot]web-flowilia-db
authored
Release: v2.9.2 (#1635)
## packages/databricks-vscode ## (2025-03-31) * Fix %run magic with databricks notebooks on windows (#1628) ([21c5c24](21c5c24)), closes [#1628](#1628) [#1624](#1624) * Update Databricks CLI to v0.245.0 (#1625) ([0c9b2cb](0c9b2cb)), closes [#1625](#1625) ## packages/databricks-vscode-types ## (2025-03-31) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Ilia Babanov <[email protected]>
1 parent 0c9b2cb commit 5157e76

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode",
3-
"version": "2.9.1",
3+
"version": "2.9.2",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-vscode-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release: v2.9.2
2+
3+
## packages/databricks-vscode-types
4+
5+
## (2025-03-31)
6+
17
# Release: v2.9.1
28

39
## packages/databricks-vscode-types

packages/databricks-vscode-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode-types",
3-
"version": "2.9.1",
3+
"version": "2.9.2",
44
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/databricks-vscode/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Release: v2.9.2
2+
3+
## packages/databricks-vscode
4+
5+
## (2025-03-31)
6+
7+
- Fix a windows-only bug where it was not possible to run databricks notebooks locally with the %run magic
8+
- Update Databricks CLI to v0.245.0
9+
110
# Release: v2.9.1
211

312
## packages/databricks-vscode

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "IDE support for Databricks",
55
"publisher": "databricks",
66
"license": "LicenseRef-LICENSE",
7-
"version": "2.9.1",
7+
"version": "2.9.2",
88
"engines": {
99
"vscode": "^1.86.0"
1010
},

0 commit comments

Comments
 (0)