File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.1 "
2+ "." : " 0.1.0 "
33}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.1.0] ( https://github.com/kernel/hypeman-python/compare/v0.0.1...v0.1.0 ) (2026-08-17)
4+
5+
6+ ### Features
7+
8+ * add exec and copy WebSocket APIs ([ 654958e] ( https://github.com/kernel/hypeman-python/commit/654958e88c2dd079dd0127cf6cf31cd990b3a768 ) )
9+ * add Python SDK WebSocket primitives ([ 103ef77] ( https://github.com/kernel/hypeman-python/commit/103ef77803b0377c65c72f0e86a4213a2c86a341 ) )
10+ * Use PyPI trusted publishing ([ 894fcad] ( https://github.com/kernel/hypeman-python/commit/894fcad5ef7b8c2132cfef42934d80dad85b3ef9 ) )
11+
12+
13+ ### Bug Fixes
14+
15+ * bootstrap empty Python production repo ([ 4cf851e] ( https://github.com/kernel/hypeman-python/commit/4cf851e21bfe1e48a6b4ba4f8ec4417f4f4d5e52 ) )
16+ * bound WebSocket frames before dispatch ([ caf7196] ( https://github.com/kernel/hypeman-python/commit/caf71961faafb465db0d8f7c00de1d40e56ba731 ) )
17+ * tighten WebSocket API contracts ([ dec9f14] ( https://github.com/kernel/hypeman-python/commit/dec9f14361d7e6dda73da2e7ee29896cd621b0d8 ) )
18+
19+
20+ ### Chores
21+
22+ * initialize SDK release history ([ 677f579] ( https://github.com/kernel/hypeman-python/commit/677f579d0e5a5d45d4457bfe8ed5d923e03da0a6 ) )
Original file line number Diff line number Diff line change 11[project ]
22name = " hypeman"
3- version = " 0.0.1 "
3+ version = " 0.1.0 "
44description = " The official Python library for the hypeman API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "hypeman"
4- __version__ = "0.0.1 " # x-release-please-version
4+ __version__ = "0.1.0 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments