Skip to content

Commit

Permalink
Release: v1.3.1 (#1269)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
## <small>1.3.1 (2024-07-03)</small>

* Fix env loading in notebooks (#1266)
([75e93c5](75e93c5)),
closes
[#1266](#1266)
* Update Databricks CLI to v0.216.0 (#1156)
([8867b46](8867b46)),
closes
[#1156](#1156)
* Update Databricks CLI to v0.218.1 (#1197)
([937b46c](937b46c)),
closes
[#1197](#1197)



## packages/databricks-vscode-types
## <small>1.3.1 (2024-07-03)</small>

---------

Co-authored-by: releasebot <noreply@github.com>
Co-authored-by: Ilia Babanov <ilia.babanov@databricks.com>
  • Loading branch information
3 people authored Jul 3, 2024
1 parent 75e93c5 commit ed02e67
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode",
"version": "1.3.0",
"version": "1.3.1",
"private": true,
"workspaces": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/databricks-vscode-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release: v1.3.1

## packages/databricks-vscode-types

## <small>1.3.1 (2024-07-03)</small>

# Release: v1.3.0

## packages/databricks-vscode-types
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode-types",
"version": "1.3.0",
"version": "1.3.1",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/databricks-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Release: v1.3.1

## packages/databricks-vscode

## <small>1.3.1 (2024-07-03)</small>

- Fix loading of environment variables for notebook execution
- Update Databricks CLI to v0.218.1

# Release: v1.3.0

## packages/databricks-vscode
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "IDE support for Databricks",
"publisher": "databricks",
"license": "LicenseRef-LICENSE",
"version": "1.3.0",
"version": "1.3.1",
"engines": {
"vscode": "^1.83.0"
},
Expand Down

0 comments on commit ed02e67

Please sign in to comment.