Skip to content

Commit

Permalink
Release: v2.3.2-preview (#1324)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
##  (2024-08-22)

* Allow cancelling login, fix spaces in path for dbconnect and minor UI
fixes (#1315)
([93a7c36](93a7c36)),
closes
[#1315](#1315)
* Bump CLI to 0.227 (#1323)
([d4d6db9](d4d6db9)),
closes
[#1323](#1323)
* Cleanup redundant commands and fix errors when resetting bundle
variables (#1292)
([d1682f9](d1682f9)),
closes
[#1292](#1292)
* Fix deployment tag and README links on Marketplace (#1321)
([ccb96b2](ccb96b2)),
closes
[#1321](#1321)
* Fix run button visibility logic (#1319)
([efcb26b](efcb26b)),
closes
[#1319](#1319)
* Use Info log level for the CLI stderr (#1320)
([ded5382](ded5382)),
closes
[#1320](#1320)



## packages/databricks-vscode-types
##  (2024-08-22)

---------

Co-authored-by: releasebot <[email protected]>
Co-authored-by: Ilia Babanov <[email protected]>
  • Loading branch information
3 people authored Aug 22, 2024
1 parent d4d6db9 commit bb4c7c0
Show file tree
Hide file tree
Showing 5 changed files with 22 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": "2.3.1",
"version": "2.3.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.3.2-preview

## packages/databricks-vscode-types

## (2024-08-22)

# Release: v2.3.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.3.1",
"version": "2.3.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.3.2-preview

## packages/databricks-vscode

## (2024-08-22)

- Allow cancelling login, fix spaces in path for dbconnect and minor UI fixes
- Bump CLI to 0.227
- Cleanup redundant commands and fix errors when resetting bundle variables
- Fix deployment tag and README links on Marketplace
- Fix run button visibility logic
- Use Info log level for the CLI stderr

# Release: v2.3.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.3.1",
"version": "2.3.2",
"engines": {
"vscode": "^1.86.0"
},
Expand Down

0 comments on commit bb4c7c0

Please sign in to comment.