From 5ed4ebf343925a664f53e656e4dae83dbc5c7714 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Mon, 7 Jul 2025 14:41:10 +0200 Subject: [PATCH 1/2] Update NEXT_CHANGELOG.md --- NEXT_CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index 7e01adb1d0..511f6da84c 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -9,5 +9,6 @@ ### CLI ### Bundles +* Fix #3109: default search location for whl artifacts ([#3184](https://github.com/databricks/cli/pull/3184)). This was a regression introduced in 0.255.0. ### API Changes From ae6455d3df7073d7e61ff763c9b98f85f3a0aaad Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Mon, 7 Jul 2025 14:44:42 +0200 Subject: [PATCH 2/2] fix lint --- NEXT_CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index 511f6da84c..56d9800563 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -9,6 +9,6 @@ ### CLI ### Bundles -* Fix #3109: default search location for whl artifacts ([#3184](https://github.com/databricks/cli/pull/3184)). This was a regression introduced in 0.255.0. +* Fix default search location for whl artifacts ([#3184](https://github.com/databricks/cli/pull/3184)). This was a regression introduced in 0.255.0. ### API Changes