Skip to content

Commit 62ab0ae

Browse files
release: 0.1.0
1 parent 82fc32b commit 62ab0ae

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-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.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-08-26)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/miruml/python-agent-sdk/compare/v0.0.1...v0.1.0)
6+
7+
### Chores
8+
9+
* update SDK settings ([82fc32b](https://github.com/miruml/python-agent-sdk/commit/82fc32bf575c48ba7e67a030e33c24bb7d07c40d))
10+
* update SDK settings ([c06d72b](https://github.com/miruml/python-agent-sdk/commit/c06d72bf4db17caf5dd6b7015db5880b565b6f1e))

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"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "The official Python library for the miru-agent API"
55
dynamic = ["readme"]
66
license = "MIT"

src/miru_agent/_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"
4-
__version__ = "0.0.1" # x-release-please-version
4+
__version__ = "0.1.0" # x-release-please-version

0 commit comments

Comments
 (0)