Skip to content

Commit 332041d

Browse files
github-actions[bot]web-flowfjakobs
authored
Release: v0.0.8 (#325)
## packages/databricks-vscode ## <small>0.0.8 (2022-12-23)</small> * bump bricks to v0.0.14 (#322) ([161598a](161598a)), closes [#322](#322) * Cross platform file not found detection (#324) ([f1e5b6e](f1e5b6e)), closes [#324](#324) * Fix "az" on Windows (#318) ([a957b5e](a957b5e)), closes [#318](#318) * fix hostname validation (#317) ([ca96b47](ca96b47)), closes [#317](#317) * Fix project.json parsing (#323) ([1cf255c](1cf255c)), closes [#323](#323) * Re-enable spec level retries (#319) ([a2e5ebf](a2e5ebf)), closes [#319](#319) ## packages/databricks-sdk-js ## <small>0.0.8 (2022-12-23)</small> * Cross platform file not found detection (#324) ([f1e5b6e](f1e5b6e)), closes [#324](#324) * Fix "az" on Windows (#318) ([a957b5e](a957b5e)), closes [#318](#318) ## packages/databricks-vscode-types ## <small>0.0.8 (2022-12-23)</small> Co-authored-by: releasebot <[email protected]> Co-authored-by: Fabian Jakobs <[email protected]>
1 parent f1e5b6e commit 332041d

File tree

7 files changed

+33
-8
lines changed

7 files changed

+33
-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": "0.0.7",
3+
"version": "0.0.8",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-sdk-js/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release: v0.0.8
2+
3+
## packages/databricks-sdk-js
4+
5+
## <small>0.0.8 (2022-12-23)</small>
6+
7+
- Fix: Fix running the Azure CLI "az" on Windows
8+
19
# Release: v0.0.7
210

311
## 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.7",
3+
"version": "0.0.8",
44
"description": "Databricks SDK",
55
"repository": {
66
"type": "git",

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: v0.0.8
2+
3+
## packages/databricks-vscode-types
4+
5+
## <small>0.0.8 (2022-12-23)</small>
6+
17
# Release: v0.0.7
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": "0.0.7",
3+
"version": "0.0.8",
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: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Release: v0.0.8
2+
3+
## packages/databricks-vscode
4+
5+
## <small>0.0.8 (2022-12-23)</small>
6+
7+
- Fix: Properly detect the Azure CLI `az` on Windows
8+
- Fix: Fix synchronizing files located in folders on Windows
9+
- Fix: Improve host name validation in the workspace configuration wizard
10+
- Fix: Fix bug in project.json parsing
11+
112
# Release: v0.0.7
213

314
## packages/databricks-vscode
@@ -22,9 +33,9 @@
2233

2334
## <small>0.0.5 (2022-11-30)</small>
2435

25-
- critical fix: Fix edge case where the sync command could have deleted the Databricks Repo
26-
- fix: Make sure line numbers in python stack traces are correct.
27-
- fix: Correctly generate logfile on Windows
36+
- Critical fix: Fix edge case where the sync command could have deleted the Databricks Repo
37+
- Fix: Make sure line numbers in python stack traces are correct.
38+
- Fix: Correctly generate logfile on Windows
2839

2940
# Release: v0.0.4
3041

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.7",
7+
"version": "0.0.8",
88
"engines": {
99
"vscode": "^1.69.1"
1010
},
@@ -606,4 +606,4 @@
606606
],
607607
"report-dir": "coverage"
608608
}
609-
}
609+
}

0 commit comments

Comments
 (0)