File tree Expand file tree Collapse file tree 4 files changed +29
-3
lines changed
Expand file tree Collapse file tree 4 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1 .0"
2+ "." : " 0.2 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0 (2025-04-23)
4+
5+ Full Changelog: [ v0.1.0...v0.2.0] ( https://github.com/steel-dev/steel-python/compare/v0.1.0...v0.2.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 48e74c7] ( https://github.com/steel-dev/steel-python/commit/48e74c72ffbc4b3fa291f817ebd6a846a7c85624 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** perf:** optimize some hot paths ([ ba59e30] ( https://github.com/steel-dev/steel-python/commit/ba59e3019648f08568a9bb12053b4a5eb9ded30c ) )
15+ * ** perf:** skip traversing types for NotGiven values ([ f8f5c80] ( https://github.com/steel-dev/steel-python/commit/f8f5c8029f1db992a52d62c14e51478467457796 ) )
16+
17+
18+ ### Chores
19+
20+ * ** ci:** add timeout thresholds for CI jobs ([ 253270e] ( https://github.com/steel-dev/steel-python/commit/253270eebeaf387959a590a53c8de53a8f2efc5d ) )
21+ * ** client:** minor internal fixes ([ e00651a] ( https://github.com/steel-dev/steel-python/commit/e00651abf449f04eae08a670c4df90afefc6047a ) )
22+ * ** internal:** base client updates ([ 6a1038d] ( https://github.com/steel-dev/steel-python/commit/6a1038db1f49a8b232614452dbdeda94ee920c28 ) )
23+ * ** internal:** bump pyright version ([ e851175] ( https://github.com/steel-dev/steel-python/commit/e851175e65f28d0213b220fed1dee1223e7b98aa ) )
24+ * ** internal:** expand CI branch coverage ([ 6bbf5f1] ( https://github.com/steel-dev/steel-python/commit/6bbf5f154ffc5f22e5d6c3217f52937152496fd2 ) )
25+ * ** internal:** reduce CI branch coverage ([ 1f82860] ( https://github.com/steel-dev/steel-python/commit/1f82860b86f11d32190c56888a72f236fde32409 ) )
26+ * ** internal:** update models test ([ 2ea55a4] ( https://github.com/steel-dev/steel-python/commit/2ea55a4676fbac3339928f098080794648f15240 ) )
27+ * ** internal:** update pyright settings ([ 8805d95] ( https://github.com/steel-dev/steel-python/commit/8805d955fd7c4e20c3dd28df8e21d9077144b963 ) )
28+
329## 0.1.0 (2025-04-09)
430
531Full Changelog: [ v0.0.1...v0.1.0] ( https://github.com/steel-dev/steel-python/compare/v0.0.1...v0.1.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " steel-sdk"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " The official Python library for the steel API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "steel"
4- __version__ = "0.1 .0" # x-release-please-version
4+ __version__ = "0.2 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments