Skip to content

Commit 5ae167b

Browse files
release: 0.4.0
1 parent fc3c2fd commit 5ae167b

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-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.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## 0.4.0 (2025-06-03)
4+
5+
Full Changelog: [v0.3.0...v0.4.0](https://github.com/steel-dev/steel-python/compare/v0.3.0...v0.4.0)
6+
7+
### Features
8+
9+
* **api:** api update ([0ffa501](https://github.com/steel-dev/steel-python/commit/0ffa501e86332e522114a0934c8840945e55b1b7))
10+
* **api:** api update ([c0d3b97](https://github.com/steel-dev/steel-python/commit/c0d3b97d38153ed9068b0ab45f1d6fa795928b8d))
11+
* **api:** api update ([09c0202](https://github.com/steel-dev/steel-python/commit/09c0202155db5916bbc008feb4d351e739232906))
12+
* **api:** api update ([f93403a](https://github.com/steel-dev/steel-python/commit/f93403a897e6738e03a59186923e30a4b0637c00))
13+
* **api:** api update ([b4fae02](https://github.com/steel-dev/steel-python/commit/b4fae02408d585062ddc5aa26b8c95bd07354e28))
14+
* **api:** api update ([c1b2314](https://github.com/steel-dev/steel-python/commit/c1b2314f0a42fdbf6ea060d81f10a3c16eca15bd))
15+
* **client:** add follow_redirects request option ([fc3c2fd](https://github.com/steel-dev/steel-python/commit/fc3c2fd93f8db4487a645af64353d56a91477b50))
16+
17+
18+
### Chores
19+
20+
* **ci:** fix installation instructions ([a3534f2](https://github.com/steel-dev/steel-python/commit/a3534f2d4583d06243fbf349acc647551ad1a509))
21+
* **ci:** upload sdks to package manager ([f6b95a9](https://github.com/steel-dev/steel-python/commit/f6b95a9c33d887c2547acc14b151c314536196dc))
22+
* **docs:** grammar improvements ([88fd0c8](https://github.com/steel-dev/steel-python/commit/88fd0c82136215824403d5c552b78d54dd54f6f8))
23+
* **docs:** remove reference to rye shell ([4cf3d51](https://github.com/steel-dev/steel-python/commit/4cf3d5125de62210958ef4fafbb8ffb9f63c8c48))
24+
* **docs:** remove unnecessary param examples ([36c3756](https://github.com/steel-dev/steel-python/commit/36c37562ffe33e61e4b093a8901f20fe3a78fe84))
25+
326
## 0.3.0 (2025-05-12)
427

528
Full Changelog: [v0.2.0...v0.3.0](https://github.com/steel-dev/steel-python/compare/v0.2.0...v0.3.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 = "steel-sdk"
3-
version = "0.3.0"
3+
version = "0.4.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.3.0" # x-release-please-version
4+
__version__ = "0.4.0" # x-release-please-version

0 commit comments

Comments
 (0)