Skip to content

Commit 726a074

Browse files
release: 0.1.0-beta.11
1 parent 376ca95 commit 726a074

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-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.1.0-beta.10"
2+
".": "0.1.0-beta.11"
33
}

CHANGELOG.md

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

3+
## 0.1.0-beta.11 (2025-03-11)
4+
5+
Full Changelog: [v0.1.0-beta.10...v0.1.0-beta.11](https://github.com/steel-dev/steel-python/compare/v0.1.0-beta.10...v0.1.0-beta.11)
6+
7+
### Features
8+
9+
* **api:** api update ([#88](https://github.com/steel-dev/steel-python/issues/88)) ([6f17c90](https://github.com/steel-dev/steel-python/commit/6f17c90951089a396c38ff4cbd3922dbd3334635))
10+
* **api:** api update ([#90](https://github.com/steel-dev/steel-python/issues/90)) ([51b3f30](https://github.com/steel-dev/steel-python/commit/51b3f30024583c14ad495f7ec9f12caff70930aa))
11+
12+
13+
### Chores
14+
15+
* **docs:** update client docstring ([#93](https://github.com/steel-dev/steel-python/issues/93)) ([3c539d6](https://github.com/steel-dev/steel-python/commit/3c539d64a4e023d216c5a094e8383112c2d7eb98))
16+
* **internal:** properly set __pydantic_private__ ([#91](https://github.com/steel-dev/steel-python/issues/91)) ([ae9843e](https://github.com/steel-dev/steel-python/commit/ae9843ee79b44edf5e36a393bc310f09a4d36b7c))
17+
* **internal:** remove unused http client options forwarding ([#94](https://github.com/steel-dev/steel-python/issues/94)) ([5f788da](https://github.com/steel-dev/steel-python/commit/5f788da8c132da81757eca0dc3ebd95f97f3ae19))
18+
19+
20+
### Documentation
21+
22+
* revise readme docs about nested params ([#95](https://github.com/steel-dev/steel-python/issues/95)) ([3d889f3](https://github.com/steel-dev/steel-python/commit/3d889f3845419f8c2b53cb217b1acd45f78a1d5f))
23+
* update URLs from stainlessapi.com to stainless.com ([#92](https://github.com/steel-dev/steel-python/issues/92)) ([1c5b479](https://github.com/steel-dev/steel-python/commit/1c5b479568cc888996144b3872f688a6699299bd))
24+
325
## 0.1.0-beta.10 (2025-02-24)
426

527
Full Changelog: [v0.1.0-beta.9...v0.1.0-beta.10](https://github.com/steel-dev/steel-python/compare/v0.1.0-beta.9...v0.1.0-beta.10)

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.1.0-beta.10"
3+
version = "0.1.0-beta.11"
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.1.0-beta.10" # x-release-please-version
4+
__version__ = "0.1.0-beta.11" # x-release-please-version

0 commit comments

Comments
 (0)