Skip to content

Commit 8fb7547

Browse files
Merge pull request #10 from Chinchill-AI/ship
chore: prep 0.0.1a4 release
2 parents d0698be + 42aff67 commit 8fb7547

7 files changed

Lines changed: 33 additions & 4 deletions

File tree

.coverage

76 KB
Binary file not shown.

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Default owners for everything
2+
* @patrick-chinchill
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug
4+
labels: bug
5+
---
6+
7+
**Adapter**: (e.g., Slack, Discord, Teams)
8+
**Version**: (e.g., 0.0.1a3)
9+
**Python version**: (e.g., 3.12)
10+
11+
**What happened?**
12+
13+
**What did you expect?**
14+
15+
**Minimal reproduction**:
16+
```python
17+
# paste code here
18+
```
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a feature
4+
labels: enhancement
5+
---
6+
7+
**What problem does this solve?**
8+
9+
**Proposed solution**:

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
## 0.0.1a3 (2026-04-06)
3+
## 0.0.1a4 (2026-04-06)
44

55
Initial alpha release.
66

77
- Core SDK: Chat orchestrator, Thread, Channel, Message, Cards, Modals, Emoji
88
- 8 adapters: Slack, Discord, Teams, Telegram, WhatsApp, Google Chat, GitHub, Linear
99
- 3 state backends: Memory, Redis, PostgreSQL
10-
- 2,467 tests passing
10+
- 2,477 tests passing, 79% coverage
1111
- Security hardened: JWT verification, SSRF protection, timing-safe comparisons

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Multi-platform async chat SDK for Python. Port of [Vercel Chat](https://github.com/vercel/chat).
44

5-
> **Status: Alpha (0.0.1a3)** — API may change. Not yet tested in production.
5+
> **Status: Alpha (0.0.1a4)** — API may change. Not yet tested in production.
66
77
## Why chat-sdk?
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "chat-sdk"
3-
version = "0.0.1a3"
3+
version = "0.0.1a4"
44
description = "Multi-platform async chat SDK for Python — port of Vercel Chat"
55
readme = "README.md"
66
license = {text = "MIT"}

0 commit comments

Comments
 (0)