Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
# 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)).
  • Loading branch information
nfx committed Nov 20, 2023
1 parent 584b91a commit 3d54e34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version changelog

## 0.6.1

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

## 0.6.0

**Breaking changes** (existing installations need to reinstall UCX and re-run assessment jobs)
Expand Down
2 changes: 1 addition & 1 deletion src/databricks/labs/ucx/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# DO NOT MODIFY THIS FILE
__version__ = "0.6.0"
__version__ = "0.6.1"

0 comments on commit 3d54e34

Please sign in to comment.