Skip to content

Commit 2e21ca5

Browse files
github-actions[bot]web-flowfjakobs
authored
Release: v1.2.6 (#1024)
## 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]>
1 parent 14178ab commit 2e21ca5

File tree

6 files changed

+41
-8
lines changed

6 files changed

+41
-8
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": "1.2.5",
3+
"version": "1.2.6",
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: v1.2.6
2+
3+
## packages/databricks-vscode-types
4+
5+
## <small>1.2.6 (2024-01-31)</small>
6+
17
# Release: v1.2.5
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": "1.2.5",
3+
"version": "1.2.6",
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: v1.2.6
2+
3+
## packages/databricks-vscode
4+
5+
## <small>1.2.6 (2024-01-31)</small>
6+
7+
- 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)
8+
- Update Databricks CLI to v0.212.3
9+
110
# Release: v1.2.5
211

312
## packages/databricks-vscode

0 commit comments

Comments
 (0)