Skip to content

Commit 4a45bd5

Browse files
Release v0.1.2 (#123)
* Fixed duplicate LCA warnings ([#108](#108)). * Fixed invalid flagging of LCA usage ([#117](#117)). Dependency updates: * Bump sqlglot from 20.10.0 to 20.11.0 ([#95](#95)). * Bump sqlglot from 20.11.0 to 21.0.0 ([#122](#122)).
1 parent f4bd7d4 commit 4a45bd5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.2
4+
5+
* Fixed duplicate LCA warnings ([#108](https://github.com/databrickslabs/remorph/pull/108)).
6+
* Fixed invalid flagging of LCA usage ([#117](https://github.com/databrickslabs/remorph/pull/117)).
7+
8+
Dependency updates:
9+
10+
* Bump sqlglot from 20.10.0 to 20.11.0 ([#95](https://github.com/databrickslabs/remorph/pull/95)).
11+
* Bump sqlglot from 20.11.0 to 21.0.0 ([#122](https://github.com/databrickslabs/remorph/pull/122)).
12+
313
## 0.1.1
414

515
* Added test_approx_percentile and test_trunc Testcases ([#98](https://github.com/databrickslabs/remorph/pull/98)).
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)