Skip to content

Commit 7d4e708

Browse files
authored
Release v0.1.0 (#102)
* 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)).
1 parent 4dd5cd2 commit 7d4e708

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Version changelog
22

3+
## 0.1.0
4+
5+
* Added baseline for Databricks CLI frontend ([#60](https://github.com/databrickslabs/remorph/pull/60)).
6+
* Added custom Databricks dialect test cases and lateral struct parsing ([#77](https://github.com/databrickslabs/remorph/pull/77)).
7+
* Extended Snowflake to Databricks functions coverage ([#72](https://github.com/databrickslabs/remorph/pull/72), [#69](https://github.com/databrickslabs/remorph/pull/69)).
8+
* Added `databricks labs remorph transpile` documentation for installation and usage ([#73](https://github.com/databrickslabs/remorph/pull/73)).
9+
10+
Dependency updates:
11+
12+
* Bump sqlglot from 20.8.0 to 20.9.0 ([#83](https://github.com/databrickslabs/remorph/pull/83)).
13+
* Updated databricks-sdk requirement from ~=0.17.0 to ~=0.18.0 ([#90](https://github.com/databrickslabs/remorph/pull/90)).
14+
* Bump sqlglot from 20.9.0 to 20.10.0 ([#91](https://github.com/databrickslabs/remorph/pull/91)).
15+
316
## 0.0.1
417

518
Initial commit
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)