Skip to content

Commit a4395fc

Browse files
release: 0.8.0
1 parent 49f5992 commit a4395fc

4 files changed

Lines changed: 29 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.7.0"
2+
".": "0.8.0"
33
}

CHANGELOG.md

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

3+
## 0.8.0 (2025-08-21)
4+
5+
Full Changelog: [v0.7.0...v0.8.0](https://github.com/steel-dev/steel-python/compare/v0.7.0...v0.8.0)
6+
7+
### Features
8+
9+
* **api:** api update ([49f5992](https://github.com/steel-dev/steel-python/commit/49f59927bd2ba1e9a6e6a1cbef93dd84cbc6eef7))
10+
* **api:** api update ([2055ec7](https://github.com/steel-dev/steel-python/commit/2055ec74b1351d0cd32c2f0b090aea60472bb083))
11+
* **api:** api update ([17e78ce](https://github.com/steel-dev/steel-python/commit/17e78ced5dcc03291fc901db0a709f9163f088e4))
12+
* **api:** api update ([ac8847c](https://github.com/steel-dev/steel-python/commit/ac8847c5159a11f64e07b3dbe6e9734195324dbb))
13+
* **client:** support file upload requests ([f39ab33](https://github.com/steel-dev/steel-python/commit/f39ab33ad139f97dbded281ae95816c46b8067f1))
14+
15+
16+
### Bug Fixes
17+
18+
* **parsing:** ignore empty metadata ([49e1aa7](https://github.com/steel-dev/steel-python/commit/49e1aa7d8c13615fea92180a934a7611f90f2453))
19+
* **parsing:** parse extra field types ([2e73fc7](https://github.com/steel-dev/steel-python/commit/2e73fc78a36fa3045cfd38d7cc3abdc7d9547c8b))
20+
21+
22+
### Chores
23+
24+
* **internal:** fix ruff target version ([b686aa3](https://github.com/steel-dev/steel-python/commit/b686aa3294ca45632e573a9bc567341544f3c4e8))
25+
* **internal:** update comment in script ([fdaf7d9](https://github.com/steel-dev/steel-python/commit/fdaf7d9f40f5b3aaceb39e2017b2ac4677644498))
26+
* **project:** add settings file for vscode ([077b238](https://github.com/steel-dev/steel-python/commit/077b2387b888f5ba82e209ea307e6dd633c39e3c))
27+
* update @stainless-api/prism-cli to v5.15.0 ([b6cb1cd](https://github.com/steel-dev/steel-python/commit/b6cb1cdf5282c29c021a2b7a3b139e613686e8e8))
28+
329
## 0.7.0 (2025-07-12)
430

531
Full Changelog: [v0.6.0...v0.7.0](https://github.com/steel-dev/steel-python/compare/v0.6.0...v0.7.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.7.0"
3+
version = "0.8.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.7.0" # x-release-please-version
4+
__version__ = "0.8.0" # x-release-please-version

0 commit comments

Comments
 (0)