We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d3e36 commit ca4a7f5Copy full SHA for ca4a7f5
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.0.4
4
+
5
+- More fixes for loss of precision of floating point numbers
6
+- Fixed support for character varying(X) data type (#44)
7
8
## 1.0.3
9
10
- Fixed loss of precision of floating point numbers (geodiff #110)
version.py
@@ -1 +1 @@
-__version__ = '1.0.3'
+__version__ = '1.0.4'
0 commit comments