From 1666af61024494e0f0892630ff67d4ac36ce3ce8 Mon Sep 17 00:00:00 2001 From: monalisa Date: Thu, 19 Oct 2023 12:59:01 +0200 Subject: [PATCH 1/2] Release v0.208.1 CLI: * Fix rendering of streaming response ([#876](https://github.com/databricks/cli/pull/876)). * Rename MLOps Stack to MLOps Stacks ([#881](https://github.com/databricks/cli/pull/881)). * Support Python wheels larger than 10MB ([#879](https://github.com/databricks/cli/pull/879)). * Improve the output of the `databricks bundle init` command ([#795](https://github.com/databricks/cli/pull/795)). Bundles: * **FILL THIS IN MANUALLY BY MOVING RELEVANT ITEMS FROM ABOVE LIST** Internal: * **FILL THIS IN MANUALLY BY MOVING RELEVANT ITEMS FROM ABOVE LIST** --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a52607b08b..d9afa76c44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Version changelog +## 0.208.1 + +CLI: + * Fix rendering of streaming response ([#876](https://github.com/databricks/cli/pull/876)). + * Rename MLOps Stack to MLOps Stacks ([#881](https://github.com/databricks/cli/pull/881)). + * Support Python wheels larger than 10MB ([#879](https://github.com/databricks/cli/pull/879)). + * Improve the output of the `databricks bundle init` command ([#795](https://github.com/databricks/cli/pull/795)). + +Bundles: + * **FILL THIS IN MANUALLY BY MOVING RELEVANT ITEMS FROM ABOVE LIST** + +Internal: + * **FILL THIS IN MANUALLY BY MOVING RELEVANT ITEMS FROM ABOVE LIST** + + + ## 0.208.0 Note: this release includes a fix for the issue where zero values (for example From 7618144b92c62f015b69fdff2a3ba6ea11439709 Mon Sep 17 00:00:00 2001 From: monalisa Date: Thu, 19 Oct 2023 13:01:22 +0200 Subject: [PATCH 2/2] - --- CHANGELOG.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9afa76c44..917301d3b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,12 @@ CLI: * Fix rendering of streaming response ([#876](https://github.com/databricks/cli/pull/876)). + +Bundles: * Rename MLOps Stack to MLOps Stacks ([#881](https://github.com/databricks/cli/pull/881)). * Support Python wheels larger than 10MB ([#879](https://github.com/databricks/cli/pull/879)). * Improve the output of the `databricks bundle init` command ([#795](https://github.com/databricks/cli/pull/795)). -Bundles: - * **FILL THIS IN MANUALLY BY MOVING RELEVANT ITEMS FROM ABOVE LIST** - -Internal: - * **FILL THIS IN MANUALLY BY MOVING RELEVANT ITEMS FROM ABOVE LIST** - ## 0.208.0