Skip to content

Commit b393599

Browse files
release: 0.1.0
1 parent efceb62 commit b393599

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hypeman"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "The official Python library for the hypeman API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/hypeman/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)