Skip to content

Commit 29d659b

Browse files
release: 0.7.0
1 parent 3663409 commit 29d659b

4 files changed

Lines changed: 24 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.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

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

3+
## 0.7.0 (2025-07-12)
4+
5+
Full Changelog: [v0.6.0...v0.7.0](https://github.com/steel-dev/steel-python/compare/v0.6.0...v0.7.0)
6+
7+
### Features
8+
9+
* **api:** api update ([7c3a807](https://github.com/steel-dev/steel-python/commit/7c3a8071ad39d7d371c68bc5632630aba52d1126))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** don't send Content-Type header on GET requests ([3663409](https://github.com/steel-dev/steel-python/commit/366340962d2ad7252fc25b70399293cb2b8687aa))
15+
* **parsing:** correctly handle nested discriminated unions ([d88c056](https://github.com/steel-dev/steel-python/commit/d88c05684f94be0249181c40365ae1605e65c9d8))
16+
17+
18+
### Chores
19+
20+
* **internal:** bump pinned h11 dep ([f79c166](https://github.com/steel-dev/steel-python/commit/f79c16621c3a9e5b902f28294a82638f7165cf49))
21+
* **package:** mark python 3.13 as supported ([a70bc61](https://github.com/steel-dev/steel-python/commit/a70bc614385d48955991218901b9ae8b0ca2ae1e))
22+
* **readme:** fix version rendering on pypi ([14b7820](https://github.com/steel-dev/steel-python/commit/14b7820aff48a061d6eeb74df86ec2e896d5e25c))
23+
324
## 0.6.0 (2025-07-02)
425

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

0 commit comments

Comments
 (0)