We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bd7d4 commit 4a45bd5Copy full SHA for 4a45bd5
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Version changelog
2
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
13
## 0.1.1
14
15
* Added test_approx_percentile and test_trunc Testcases ([#98](https://github.com/databrickslabs/remorph/pull/98)).
src/databricks/labs/remorph/__about__.py
@@ -1 +1 @@
-__version__ = "0.1.1"
+__version__ = "0.1.2"
0 commit comments