Skip to content

Commit 3a8eebe

Browse files
committed
version: 0.1.2
1 parent 374e77e commit 3a8eebe

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "skytable-py"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
authors = [{ name = "Sayan Nandan", email = "[email protected]" }]
99
description = "Official Skytable client library for Python"
1010
readme = "README.md"

0 commit comments

Comments
 (0)