Skip to content

Commit d613c0e

Browse files
committed
update: 0.2.6
1 parent 4b0e619 commit d613c0e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

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+
39
## 0.2.5
410

511
- [x] Fix: Separate call url and turn url parsing.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "skit-calls"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
description = "Library to fetch calls from a given environment."
55
authors = ["ltbringer <amresh.venugopal@gmail.com>"]
66
license = "GPL-3.0-only"

skit_calls/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.5"
1+
__version__ = "0.2.6"

0 commit comments

Comments
 (0)