Skip to content

Commit c7fab66

Browse files
release: 0.2.2
1 parent 2bd8067 commit c7fab66

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.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.2.1"
2+
".": "0.2.2"
33
}

CHANGELOG.md

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

3+
## 0.2.2 (2025-10-31)
4+
5+
Full Changelog: [v0.2.1...v0.2.2](https://github.com/miruml/python-agent-sdk/compare/v0.2.1...v0.2.2)
6+
7+
### Bug Fixes
8+
9+
* **client:** close streams without requiring full consumption ([842ca7c](https://github.com/miruml/python-agent-sdk/commit/842ca7c72218a02fa2249ee68fbcc1645a2193d5))
10+
11+
12+
### Chores
13+
14+
* bump `httpx-aiohttp` version to 0.1.9 ([74ef8cb](https://github.com/miruml/python-agent-sdk/commit/74ef8cbc0912a8a5f32c62d1f5e2d2c9e6967358))
15+
* **internal/tests:** avoid race condition with implicit client cleanup ([2bd8067](https://github.com/miruml/python-agent-sdk/commit/2bd80673bbdb96bbfd82e93a1e927542211bf890))
16+
* **internal:** detect missing future annotations with ruff ([5749281](https://github.com/miruml/python-agent-sdk/commit/5749281cfd3192819fdaa6faa3409932a6a8e15e))
17+
318
## 0.2.1 (2025-09-21)
419

520
Full Changelog: [v0.2.0...v0.2.1](https://github.com/miruml/python-agent-sdk/compare/v0.2.0...v0.2.1)

pyproject.toml

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

src/miru_agent_sdk/_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__ = "miru_agent_sdk"
4-
__version__ = "0.2.1" # x-release-please-version
4+
__version__ = "0.2.2" # x-release-please-version

0 commit comments

Comments
 (0)