Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
* Added baseline for Databricks CLI frontend ([#60](#60)).
* Added custom Databricks dialect test cases and lateral struct parsing ([#77](#77)).
* Extended Snowflake to Databricks functions coverage ([#72](#72), [#69](#69)).
* Added `databricks labs remorph transpile` documentation for installation and usage ([#73](#73)).

Dependency updates:

 * Bump sqlglot from 20.8.0 to 20.9.0 ([#83](#83)).
 * Updated databricks-sdk requirement from ~=0.17.0 to ~=0.18.0 ([#90](#90)).
 * Bump sqlglot from 20.9.0 to 20.10.0 ([#91](#91)).
  • Loading branch information
nfx committed Jan 30, 2024
1 parent 4dd5cd2 commit af6d1a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Version changelog

## 0.1.0

* Added baseline for Databricks CLI frontend ([#60](https://github.com/databrickslabs/remorph/pull/60)).
* Added custom Databricks dialect test cases and lateral struct parsing ([#77](https://github.com/databrickslabs/remorph/pull/77)).
* Extended Snowflake to Databricks functions coverage ([#72](https://github.com/databrickslabs/remorph/pull/72), [#69](https://github.com/databrickslabs/remorph/pull/69)).
* Added `databricks labs remorph transpile` documentation for installation and usage ([#73](https://github.com/databrickslabs/remorph/pull/73)).

Dependency updates:

* Bump sqlglot from 20.8.0 to 20.9.0 ([#83](https://github.com/databrickslabs/remorph/pull/83)).
* Updated databricks-sdk requirement from ~=0.17.0 to ~=0.18.0 ([#90](https://github.com/databrickslabs/remorph/pull/90)).
* Bump sqlglot from 20.9.0 to 20.10.0 ([#91](https://github.com/databrickslabs/remorph/pull/91)).

## 0.0.1

Initial commit
2 changes: 1 addition & 1 deletion src/databricks/labs/remorph/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit af6d1a8

Please sign in to comment.