File tree 2 files changed +14
-1
lines changed
src/databricks/labs/remorph
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Version changelog
2
2
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
+
3
16
## 0.0.1
4
17
5
18
Initial commit
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.1 "
1
+ __version__ = "0.1.0 "
You can’t perform that action at this time.
0 commit comments