Skip to content

Commit

Permalink
version: 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsayan committed May 2, 2024
1 parent 374e77e commit 3a8eebe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 0.1.2

Support negative floating point values in responses.

## 0.1.1

Fixed an issue in the `Value.data()` function

## 0.1.0

Full querying support
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "nandansayan@outlook.com" }]
description = "Official Skytable client library for Python"
readme = "README.md"
Expand Down

0 comments on commit 3a8eebe

Please sign in to comment.