Skip to content

Commit a6ad8bb

Browse files
authored
Release v0.6.1 (#606)
# Version changelog ## 0.6.1 * Added a logo for UCX ([#605](#605)). * Check if the `hatch` is already installed, and install only if it isn't installed yet ([#603](#603)). * Fixed installation check for git pre-release versions ([#600](#600)). * Temporarily remove SQL warehouse requirement from `labs.yml` ([#604](#604)).
1 parent 584b91a commit a6ad8bb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Version changelog
22

3+
## 0.6.1
4+
5+
* Added a logo for UCX ([#605](https://github.com/databricks/ucx/pull/605)).
6+
* Check if the `hatch` is already installed, and install only if it isn't installed yet ([#603](https://github.com/databricks/ucx/pull/603)).
7+
* Fixed installation check for git pre-release versions ([#600](https://github.com/databricks/ucx/pull/600)).
8+
* Temporarily remove SQL warehouse requirement from `labs.yml` ([#604](https://github.com/databricks/ucx/pull/604)).
9+
310
## 0.6.0
411

512
**Breaking changes** (existing installations need to reinstall UCX and re-run assessment jobs)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# DO NOT MODIFY THIS FILE
2-
__version__ = "0.6.0"
2+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)