Skip to content

Commit 8cfb758

Browse files
release: 0.10.0
1 parent 366eada commit 8cfb758

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-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.9.0"
2+
".": "0.10.0"
33
}

CHANGELOG.md

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

3+
## 0.10.0 (2026-02-01)
4+
5+
Full Changelog: [v0.9.0...v0.10.0](https://github.com/surgeapi/python-sdk/compare/v0.9.0...v0.10.0)
6+
7+
### Features
8+
9+
* **api:** add list contacts endpoint ([366eada](https://github.com/surgeapi/python-sdk/commit/366eada13d0406378a14cb0dfd3806962e5ead4b))
10+
* **api:** add list messages endpoint ([e98690f](https://github.com/surgeapi/python-sdk/commit/e98690fb2c7affd8fb9c79fd88d2c865dfb54d18))
11+
* **api:** add list phone numbers endpoint ([bd92d8c](https://github.com/surgeapi/python-sdk/commit/bd92d8c3178afe49b6669d0843f4a3c937c901bc))
12+
* **client:** add custom JSON encoder for extended type support ([7026006](https://github.com/surgeapi/python-sdk/commit/7026006a71d7be946ed0e8b2ae00ff3491fd3087))
13+
14+
15+
### Bug Fixes
16+
17+
* **api:** make message body nullable ([6b675c3](https://github.com/surgeapi/python-sdk/commit/6b675c3b167b4668ac7f552caa5e7210bb206834))
18+
319
## 0.9.0 (2026-01-26)
420

521
Full Changelog: [v0.8.0...v0.9.0](https://github.com/surgeapi/python-sdk/compare/v0.8.0...v0.9.0)

pyproject.toml

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

src/surge/_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__ = "surge"
4-
__version__ = "0.9.0" # x-release-please-version
4+
__version__ = "0.10.0" # x-release-please-version

0 commit comments

Comments
 (0)