We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374e77e commit 3a8eebeCopy full SHA for 3a8eebe
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+# Changelog
2
+
3
+## 0.1.2
4
5
+Support negative floating point values in responses.
6
7
+## 0.1.1
8
9
+Fixed an issue in the `Value.data()` function
10
11
+## 0.1.0
12
13
+Full querying support
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "skytable-py"
-version = "0.1.1"
+version = "0.1.2"
authors = [{ name = "Sayan Nandan", email = "[email protected]" }]
description = "Official Skytable client library for Python"
readme = "README.md"
0 commit comments