mirror of https://github.com/databricks/cli.git
Release v0.100.1 (#399)
## Changes CLI: * Sync: Gracefully handle broken notebook files ([#398](https://github.com/databricks/cli/pull/398)). * Add version flag to print version and exit ([#394](https://github.com/databricks/cli/pull/394)). * Pass temporary directory environment variables to subprocesses ([#395](https://github.com/databricks/cli/pull/395)). * Rename environment variables `BRICKS_` -> `DATABRICKS_` ([#393](https://github.com/databricks/cli/pull/393)). * Update to Go SDK v0.9.0 ([#396](https://github.com/databricks/cli/pull/396)).
This commit is contained in:
parent
c53ad860e6
commit
842a559424
|
@ -1,5 +1,14 @@
|
||||||
# Version changelog
|
# Version changelog
|
||||||
|
|
||||||
|
## 0.100.1
|
||||||
|
|
||||||
|
CLI:
|
||||||
|
* Sync: Gracefully handle broken notebook files ([#398](https://github.com/databricks/cli/pull/398)).
|
||||||
|
* Add version flag to print version and exit ([#394](https://github.com/databricks/cli/pull/394)).
|
||||||
|
* Pass temporary directory environment variables to subprocesses ([#395](https://github.com/databricks/cli/pull/395)).
|
||||||
|
* Rename environment variables `BRICKS_` -> `DATABRICKS_` ([#393](https://github.com/databricks/cli/pull/393)).
|
||||||
|
* Update to Go SDK v0.9.0 ([#396](https://github.com/databricks/cli/pull/396)).
|
||||||
|
|
||||||
## 0.100.0
|
## 0.100.0
|
||||||
|
|
||||||
This release bumps the minor version to 100 to disambiguate between Databricks CLI "v1" (the Python version)
|
This release bumps the minor version to 100 to disambiguate between Databricks CLI "v1" (the Python version)
|
||||||
|
|
Loading…
Reference in New Issue