From 842a5594241963871ba22feb2382c425f81e7b04 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Tue, 23 May 2023 12:21:17 +0000 Subject: [PATCH] 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)). --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e755bc29..4c6bf490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 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 This release bumps the minor version to 100 to disambiguate between Databricks CLI "v1" (the Python version)