Skip to content

Commit 9847dbf

Browse files
Release v0.1.3 (#139)
* Added support for WITHIN GROUP for ARRAY_AGG and LISTAGG functions ([#133](#133)). * Fixed Merge "INTO" for delete from syntax ([#129](#129)). * Fixed `DATE TRUNC` parse errors ([#131](#131)). * Patched Logger function call during wheel file ([#135](#135)). * Patched extra call to root path ([#126](#126)). Dependency updates: * Updated databricks-sdk requirement from ~=0.18.0 to >=0.18,<0.20 ([#134](#134)).
1 parent 350fb99 commit 9847dbf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## 0.1.3
4+
5+
* Added support for WITHIN GROUP for ARRAY_AGG and LISTAGG functions ([#133](https://github.com/databrickslabs/remorph/pull/133)).
6+
* Fixed Merge "INTO" for delete from syntax ([#129](https://github.com/databrickslabs/remorph/pull/129)).
7+
* Fixed `DATE TRUNC` parse errors ([#131](https://github.com/databrickslabs/remorph/pull/131)).
8+
* Patched Logger function call during wheel file ([#135](https://github.com/databrickslabs/remorph/pull/135)).
9+
* Patched extra call to root path ([#126](https://github.com/databrickslabs/remorph/pull/126)).
10+
11+
Dependency updates:
12+
13+
* Updated databricks-sdk requirement from ~=0.18.0 to >=0.18,<0.20 ([#134](https://github.com/databrickslabs/remorph/pull/134)).
14+
315
## 0.1.2
416

517
* Fixed duplicate LCA warnings ([#108](https://github.com/databrickslabs/remorph/pull/108)).

Diff for: src/databricks/labs/remorph/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# DO NOT MODIFY THIS FILE
2-
__version__ = "0.1.2"
2+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)