Skip to content

Commit 814637e

Browse files
github-actions[bot]web-flowfjakobs
authored
Release: v0.2.4 (#461)
## packages/databricks-vscode ## <small>0.2.4 (2023-02-16)</small> * Bump bricks (#455) ([7fffba0](7fffba0)), closes [#455](#455) * Fix windows support for sync destination (#458) ([bdf610d](bdf610d)), closes [#458](#458) ## packages/databricks-sdk-js ## <small>0.2.4 (2023-02-16)</small> * Seperate unit and integration test coverage (#453) ([6696d0c](6696d0c)), closes [#453](#453) ## packages/databricks-vscode-types ## <small>0.2.4 (2023-02-16)</small> --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Fabian Jakobs <[email protected]>
1 parent c1eefa7 commit 814637e

File tree

7 files changed

+27
-5
lines changed

7 files changed

+27
-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.2.3",
3+
"version": "0.2.4",
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.2.4
2+
3+
## packages/databricks-sdk-js
4+
5+
## <small>0.2.4 (2023-02-16)</small>
6+
17
# Release: v0.2.3
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.2.3",
3+
"version": "0.2.4",
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.2.4
2+
3+
## packages/databricks-vscode-types
4+
5+
## <small>0.2.4 (2023-02-16)</small>
6+
17
# Release: v0.2.3
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.2.3",
3+
"version": "0.2.4",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release: v0.2.4
2+
3+
## packages/databricks-vscode
4+
5+
## <small>0.2.4 (2023-02-16)</small>
6+
7+
- Fix: Ignore symlinked folders when syncing code to Databricks, closes [#455](https://github.com/databricks/databricks-vscode/issues/455)
8+
- Fix: Improve handling of notebooks during sync
9+
- Fix: Fix Windows support for sync destination, closes [#458](https://github.com/databricks/databricks-vscode/issues/458)
10+
111
# Release: v0.2.3
212

313
## 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": "LicenseRef-LICENSE",
7-
"version": "0.2.3",
7+
"version": "0.2.4",
88
"engines": {
99
"vscode": "^1.69.1"
1010
},
@@ -707,4 +707,4 @@
707707
],
708708
"report-dir": "coverage"
709709
}
710-
}
710+
}

0 commit comments

Comments
 (0)