File tree Expand file tree Collapse file tree 4 files changed +45
-3
lines changed
Expand file tree Collapse file tree 4 files changed +45
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.5 .0"
2+ "." : " 0.6 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.6.0 (2025-10-21)
4+
5+ Full Changelog: [ v0.5.0...v0.6.0] ( https://github.com/miruml/python-server-sdk/compare/v0.5.0...v0.6.0 )
6+
7+ ### Features
8+
9+ * ** api:** manual updates ([ 1f24c3f] ( https://github.com/miruml/python-server-sdk/commit/1f24c3f238e13344e158a909a8444fe6a02534ec ) )
10+ * ** api:** manual updates ([ 616466d] ( https://github.com/miruml/python-server-sdk/commit/616466d196871cb65ad48ecccf292be3596043b1 ) )
11+ * ** api:** uat environment ([ 67e2b55] ( https://github.com/miruml/python-server-sdk/commit/67e2b5530fadfbd61d67e85d4fc5b4c363558fd9 ) )
12+ * ** api:** update to v0.1.0 ([ af3571c] ( https://github.com/miruml/python-server-sdk/commit/af3571c82e8ef891ca6c891cb4361e342a2f8fec ) )
13+
14+
15+ ### Bug Fixes
16+
17+ * ** api:** expansions to use bracket format ([ 0344365] ( https://github.com/miruml/python-server-sdk/commit/03443654ab20a279be8594224358a15b746cfd01 ) )
18+ * ** api:** restore webhook event models ([ 3e556df] ( https://github.com/miruml/python-server-sdk/commit/3e556dfa6728fd8a0e6e2206b6d5e38200f8325e ) )
19+
20+
21+ ### Chores
22+
23+ * bump ` httpx-aiohttp ` version to 0.1.9 ([ c54533f] ( https://github.com/miruml/python-server-sdk/commit/c54533f4c9d33df7720a786ef80f275d7bfd2e83 ) )
24+ * ** internal:** detect missing future annotations with ruff ([ ea21d88] ( https://github.com/miruml/python-server-sdk/commit/ea21d88960b9babe76a058adc0446205f909317f ) )
25+ * update SDK settings ([ e7bd9a6] ( https://github.com/miruml/python-server-sdk/commit/e7bd9a6b432ceeb9e9746577c0588bc3d8d6d81c ) )
26+ * update SDK settings ([ e6ec403] ( https://github.com/miruml/python-server-sdk/commit/e6ec4031305e950d8f61d18a55344de0e36f752b ) )
27+
28+
29+ ### Documentation
30+
31+ * update docs ([ c152552] ( https://github.com/miruml/python-server-sdk/commit/c15255242bb7a5051d8618682afd0b981fe32396 ) )
32+
33+
34+ ### Styles
35+
36+ * alphabetize webhook imports ([ 944a3ef] ( https://github.com/miruml/python-server-sdk/commit/944a3ef1b90d1efcff434ad218237107fb216a56 ) )
37+
38+
39+ ### Refactors
40+
41+ * ** api:** rename miru-server to miru ([ 163c465] ( https://github.com/miruml/python-server-sdk/commit/163c4659c64f6b954d9b91e7b340554f0919efa6 ) )
42+ * ** api:** revert package name to miru_server_sdk ([ 0c8b7d7] ( https://github.com/miruml/python-server-sdk/commit/0c8b7d74ae67df4005fc069c4575ffae78b975c6 ) )
43+ * webhook payload to be type 'Any' instead of 'string' ([ d0f5bdf] ( https://github.com/miruml/python-server-sdk/commit/d0f5bdf96c37812e15ddba85ce45e898491546ae ) )
44+
345## 0.5.0 (2025-10-07)
446
547Full Changelog: [ v0.4.1...v0.5.0] ( https://github.com/miruml/python-server-sdk/compare/v0.4.1...v0.5.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " miru_server_sdk"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44description = " The official Python library for the miru API"
55dynamic = [" readme" ]
66license = " MIT"
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__ = "miru_server_sdk"
4- __version__ = "0.5 .0" # x-release-please-version
4+ __version__ = "0.6 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments