From 6eadc8091dc3b44df2eaf3fc2edf0f052c31147c Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Tue, 23 May 2023 14:12:23 +0200 Subject: [PATCH] Release v0.100.1 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e755bc2928..4c6bf49067 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)