Skip to content

Commit

Permalink
Release: v1.2.6 (#1024)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
## <small>1.2.6 (2024-01-31)</small>

* Bump Databricks SDK to 0.6.0 (#1023)
([14178ab](14178ab)),
closes
[#1023](#1023)
* Update Databricks CLI to v0.212.0 (#1001)
([355490f](355490f)),
closes
[#1001](#1001)
* Update Databricks CLI to v0.212.1 (#1007)
([7e3ede2](7e3ede2)),
closes
[#1007](#1007)
* Update Databricks CLI to v0.212.2 (#1014)
([ee8a737](ee8a737)),
closes
[#1014](#1014)



## packages/databricks-vscode-types
## <small>1.2.6 (2024-01-31)</small>

---------

Co-authored-by: releasebot <[email protected]>
Co-authored-by: Fabian Jakobs <[email protected]>
  • Loading branch information
3 people authored Feb 1, 2024
1 parent 14178ab commit 2e21ca5
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 8 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.2.5",
"version": "1.2.6",
"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.2.6

## packages/databricks-vscode-types

## <small>1.2.6 (2024-01-31)</small>

# Release: v1.2.5

## 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.2.5",
"version": "1.2.6",
"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.2.6

## packages/databricks-vscode

## <small>1.2.6 (2024-01-31)</small>

- Update Databricks SDK to 0.6.0 (#1023) ([14178ab](https://github.com/databricks/databricks-vscode/commit/14178ab)), closes [#1023](https://github.com/databricks/databricks-vscode/issues/1023)
- Update Databricks CLI to v0.212.3

# Release: v1.2.5

## packages/databricks-vscode
Expand Down
Loading

0 comments on commit 2e21ca5

Please sign in to comment.