We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0e619 commit d613c0eCopy full SHA for d613c0e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## 0.2.6
4
+
5
+- [x] Update: `sample` and `select` are sub-commands for skit-calls.
6
+- [x] Feat: obtain calls directly by passing ids.
7
+- [x] Fix: Turns are serialized to JSON strings if the value is `List` or `Dict`.
8
9
## 0.2.5
10
11
- [x] Fix: Separate call url and turn url parsing.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "skit-calls"
-version = "0.2.5"
+version = "0.2.6"
description = "Library to fetch calls from a given environment."
authors = ["ltbringer <amresh.venugopal@gmail.com>"]
license = "GPL-3.0-only"
skit_calls/__init__.py
@@ -1 +1 @@
-__version__ = "0.2.5"
+__version__ = "0.2.6"
0 commit comments