Skip to content

Commit 959bfea

Browse files
github-actions[bot]web-flowkartikgupta-db
authored
Release: v0.0.6 (#274)
## packages/databricks-vscode ## <small>0.0.6 (2022-12-05)</small> * Bump @types/uuid from 8.3.4 to 9.0.0 in /packages/databricks-sdk-js (#263) ([5c6a4af](5c6a4af)), closes [#263](#263) * Improve parsing or error replies from command execution (#260) ([d8ecb0a](d8ecb0a)), closes [#260](#260) * Show stdout when job fails with exception (#265) ([0504e1a](0504e1a)), closes [#265](#265) * Use link to public docs (#264) ([f8bd630](f8bd630)), closes [#264](#264) * Use web driver instead of selenium (#245) ([c6cb4a5](c6cb4a5)), closes [#245](#245) ## packages/databricks-sdk-js ## <small>0.0.6 (2022-12-05)</small> * Bump @types/uuid from 8.3.4 to 9.0.0 in /packages/databricks-sdk-js (#263) ([5c6a4af](5c6a4af)), closes [#263](#263) * Use web driver instead of selenium (#245) ([c6cb4a5](c6cb4a5)), closes [#245](#245) ## packages/databricks-vscode-types ## <small>0.0.6 (2022-12-05)</small> * Bump @types/uuid from 8.3.4 to 9.0.0 in /packages/databricks-sdk-js (#263) ([5c6a4af](5c6a4af)), closes [#263](#263) Co-authored-by: releasebot <[email protected]> Co-authored-by: kartikgupta-db <[email protected]>
1 parent ce53792 commit 959bfea

File tree

7 files changed

+28
-5
lines changed

7 files changed

+28
-5
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": "0.0.5",
3+
"version": "0.0.6",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-sdk-js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release: v0.0.6
2+
3+
## packages/databricks-sdk-js
4+
5+
## <small>0.0.6 (2022-12-05)</small>
6+
17
# Release: v0.0.5
28

39
## packages/databricks-sdk-js

packages/databricks-sdk-js/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-sdk",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Databricks SDK",
55
"repository": {
66
"type": "git",

packages/databricks-vscode-types/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release: v0.0.6
2+
3+
## packages/databricks-vscode-types
4+
5+
## <small>0.0.6 (2022-12-05)</small>
6+
7+
- Bump @types/uuid from 8.3.4 to 9.0.0 in /packages/databricks-sdk-js (#263) ([5c6a4af](https://github.com/databricks/databricks-vscode/commit/5c6a4af)), closes [#263](https://github.com/databricks/databricks-vscode/issues/263)
8+
19
# Release: v0.0.5
210

311
## 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": "0.0.5",
3+
"version": "0.0.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: v0.0.6
2+
3+
## packages/databricks-vscode
4+
5+
## <small>0.0.6 (2022-12-05)</small>
6+
7+
- Feature: Click to file from Python error stacktraces when using "Run on Databricks".
8+
- Feature: Show stdout when job fails with exception.
9+
110
# Release: v0.0.5
211

312
## packages/databricks-vscode

packages/databricks-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "IDE support for Databricks",
55
"publisher": "databricks",
66
"license": "UNLICENSED",
7-
"version": "0.0.5",
7+
"version": "0.0.6",
88
"engines": {
99
"vscode": "^1.69.1"
1010
},
@@ -617,4 +617,4 @@
617617
],
618618
"report-dir": "coverage"
619619
}
620-
}
620+
}

0 commit comments

Comments
 (0)