Skip to content

Commit a7cc797

Browse files
authored
Merge pull request #5 from chatbotkit/next
Release python-sdk
2 parents 49a8bd0 + 481154b commit a7cc797

4 files changed

Lines changed: 1076 additions & 202 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to the ChatBotKit Python SDK are documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.3.0] - 2026-06-26
8+
9+
### Added
10+
11+
- `state` lifecycle field on the skillset and ability resources, backed by the
12+
new `ResourceState` enum (`enabled` / `disabled`). A skillset or ability can
13+
now be toggled off without deleting it. Available on the create, update, fetch,
14+
and list types.
15+
716
## [0.2.0] - 2026-06-22
817

918
### Added

chatbotkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"Response",
1010
]
1111

12-
__version__ = "0.2.0"
12+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)