We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a700dd commit 8e5ed28Copy full SHA for 8e5ed28
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Version changelog
2
3
+## 0.1.1
4
+
5
+* Added test_approx_percentile and test_trunc Testcases ([#98](https://github.com/databrickslabs/remorph/pull/98)).
6
+* Updated contributing/developer guide ([#97](https://github.com/databrickslabs/remorph/pull/97)).
7
8
9
## 0.1.0
10
11
* Added baseline for Databricks CLI frontend ([#60](https://github.com/databrickslabs/remorph/pull/60)).
src/databricks/labs/remorph/__about__.py
@@ -1 +1 @@
-__version__ = "0.1.0"
+__version__ = "0.1.1"
0 commit comments