Skip to content

Commit 33170f1

Browse files
release: 0.10.0
1 parent b0f26dc commit 33170f1

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

.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.2"
2+
".": "0.10.0"
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.10.0 (2025-09-06)
4+
5+
Full Changelog: [v0.9.2...v0.10.0](https://github.com/steel-dev/steel-python/compare/v0.9.2...v0.10.0)
6+
7+
### Features
8+
9+
* improve future compat with pydantic v3 ([92560b2](https://github.com/steel-dev/steel-python/commit/92560b2cd972c5c57e6f87475e8e2149abb45eab))
10+
* **types:** replace List[str] with SequenceNotStr in params ([e19b0ab](https://github.com/steel-dev/steel-python/commit/e19b0abd9e90e5db05f9c266c04a5b5816536fa4))
11+
12+
13+
### Chores
14+
15+
* **internal:** move mypy configurations to `pyproject.toml` file ([31efb95](https://github.com/steel-dev/steel-python/commit/31efb9552748ea1ce9df409b6f975e0b850dc252))
16+
* **tests:** simplify `get_platform` test ([b0f26dc](https://github.com/steel-dev/steel-python/commit/b0f26dc4a97c4e85aff980a1bb18218d14883c35))
17+
318
## 0.9.2 (2025-09-02)
419

520
Full Changelog: [v0.9.1...v0.9.2](https://github.com/steel-dev/steel-python/compare/v0.9.1...v0.9.2)

pyproject.toml

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

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

0 commit comments

Comments
 (0)