Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: v2.0.2-preview #1167

Merged
merged 3 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "2.0.1",
"version": "2.0.2",
"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: v2.0.2-preview

## packages/databricks-vscode-types

## (2024-04-03)

# Release: v2.0.1-preview

## 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": "2.0.1",
"version": "2.0.2",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/databricks-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Release: v2.0.2-preview

## packages/databricks-vscode

## (2024-04-03)

- Fix: Add currently selected python environment to path for wheel builds.
- Fix: Add extension name to the private preview terms and conditions popup.
- Bump databricks cli to v0.216.0.
- Revamp the welcome views so that users can see all the critical actions in all scenarios.
- Fix: Ignore stderr for validate and summary commands
- Fix: Use packaged CLI if a cli path is not specified in .databrickscfg profile

# Release: v2.0.1-preview

## 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": "2.0.1",
"version": "2.0.2",
"engines": {
"vscode": "^1.86.0"
},
Expand Down
Loading