Skip to content

Commit af587fc

Browse files
release: 0.1.0
1 parent d45bfd1 commit af587fc

4 files changed

Lines changed: 18 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.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

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

3+
## 0.1.0 (2025-04-09)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/steel-dev/steel-python/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#111](https://github.com/steel-dev/steel-python/issues/111)) ([d45bfd1](https://github.com/steel-dev/steel-python/commit/d45bfd199cb99612197ea59b05ea9aba15a6a76d))
10+
11+
12+
### Chores
13+
14+
* fix typos ([#107](https://github.com/steel-dev/steel-python/issues/107)) ([dabc9fe](https://github.com/steel-dev/steel-python/commit/dabc9fe147283ed3bfe85076fdf0267b9b87faef))
15+
* **internal:** remove test without asserts ([#109](https://github.com/steel-dev/steel-python/issues/109)) ([89fd178](https://github.com/steel-dev/steel-python/commit/89fd17829645dcc4aed95e6f78e731eba66e0bfb))
16+
* **internal:** slight transform perf improvement ([#110](https://github.com/steel-dev/steel-python/issues/110)) ([85f6c31](https://github.com/steel-dev/steel-python/commit/85f6c313d9b230d5f38065c0e7ef05c51ed288a7))
17+
318
## 0.0.1 (2025-03-19)
419

520
Full Changelog: [v0.1.0-beta.11...v0.0.1](https://github.com/steel-dev/steel-python/compare/v0.1.0-beta.11...v0.0.1)

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

0 commit comments

Comments
 (0)