Skip to content

Commit a8e4346

Browse files
release: 0.1.0-beta.7
1 parent cd8bb56 commit a8e4346

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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.6"
2+
".": "0.1.0-beta.7"
33
}

CHANGELOG.md

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

3+
## 0.1.0-beta.7 (2025-01-10)
4+
5+
Full Changelog: [v0.1.0-beta.6...v0.1.0-beta.7](https://github.com/steel-dev/steel-python/compare/v0.1.0-beta.6...v0.1.0-beta.7)
6+
7+
### Bug Fixes
8+
9+
* correctly handle deserialising `cls` fields ([#60](https://github.com/steel-dev/steel-python/issues/60)) ([cd8bb56](https://github.com/steel-dev/steel-python/commit/cd8bb56b3490f4fd7d819b7c8e4770e65aee75f5))
10+
11+
12+
### Chores
13+
14+
* **internal:** codegen related update ([#59](https://github.com/steel-dev/steel-python/issues/59)) ([ea787f7](https://github.com/steel-dev/steel-python/commit/ea787f7e4e9c074f185ed2f76cf7e95de5a80a91))
15+
16+
17+
### Documentation
18+
19+
* fix typos ([#57](https://github.com/steel-dev/steel-python/issues/57)) ([c51f862](https://github.com/steel-dev/steel-python/commit/c51f86264ecdfb8f006a1b3bcc4c7c0ae47eb8f6))
20+
321
## 0.1.0-beta.6 (2025-01-08)
422

523
Full Changelog: [v0.1.0-beta.5...v0.1.0-beta.6](https://github.com/steel-dev/steel-python/compare/v0.1.0-beta.5...v0.1.0-beta.6)

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

0 commit comments

Comments
 (0)