Skip to content

Commit 5bd03fa

Browse files
release: 0.2.2
1 parent ef95edb commit 5bd03fa

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 0.2.2 (2025-11-11)
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+
* compat with Python 3.14 ([ef95edb](https://github.com/miruml/python-agent-sdk/commit/ef95edbaa00a842f9d40c30d329f6398851582d0))
11+
12+
13+
### Chores
14+
15+
* bump `httpx-aiohttp` version to 0.1.9 ([74ef8cb](https://github.com/miruml/python-agent-sdk/commit/74ef8cbc0912a8a5f32c62d1f5e2d2c9e6967358))
16+
* **internal/tests:** avoid race condition with implicit client cleanup ([2bd8067](https://github.com/miruml/python-agent-sdk/commit/2bd80673bbdb96bbfd82e93a1e927542211bf890))
17+
* **internal:** detect missing future annotations with ruff ([5749281](https://github.com/miruml/python-agent-sdk/commit/5749281cfd3192819fdaa6faa3409932a6a8e15e))
18+
* **internal:** grammar fix (it's -> its) ([3d0e23a](https://github.com/miruml/python-agent-sdk/commit/3d0e23a5a6b703718047bf698ad41f154133abcc))
19+
* **package:** drop Python 3.8 support ([5544c35](https://github.com/miruml/python-agent-sdk/commit/5544c352c00a7c5d1ec53a90c0719ce96fd5b846))
20+
321
## 0.2.1 (2025-09-21)
422

523
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)