Skip to content

Commit 986b444

Browse files
release: 0.0.1
1 parent d989ea3 commit 986b444

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
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.11"
2+
".": "0.0.1"
33
}

CHANGELOG.md

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

3+
## 0.0.1 (2025-03-18)
4+
5+
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)
6+
7+
### Bug Fixes
8+
9+
* **ci:** ensure pip is always available ([#103](https://github.com/steel-dev/steel-python/issues/103)) ([1860732](https://github.com/steel-dev/steel-python/commit/18607326cb37814fef53beffe6e33c3e3063b88a))
10+
* **ci:** remove publishing patch ([#104](https://github.com/steel-dev/steel-python/issues/104)) ([d989ea3](https://github.com/steel-dev/steel-python/commit/d989ea315bdbfe80bfccdd0062688ba733370488))
11+
* **types:** handle more discriminated union shapes ([#102](https://github.com/steel-dev/steel-python/issues/102)) ([abe344f](https://github.com/steel-dev/steel-python/commit/abe344f8bb0d9aa9653338697256238c348738b6))
12+
13+
14+
### Chores
15+
16+
* **internal:** bump rye to 0.44.0 ([#101](https://github.com/steel-dev/steel-python/issues/101)) ([1e457b2](https://github.com/steel-dev/steel-python/commit/1e457b2194838e0b4ee65e649e6ff70e8c483b60))
17+
* **internal:** codegen related update ([#100](https://github.com/steel-dev/steel-python/issues/100)) ([5e997a0](https://github.com/steel-dev/steel-python/commit/5e997a03abbdc56aecd0b91a84944b0f489600f3))
18+
* **internal:** remove extra empty newlines ([#98](https://github.com/steel-dev/steel-python/issues/98)) ([6038058](https://github.com/steel-dev/steel-python/commit/60380587613a26ba0908f32312ce3f2eb7d6a63d))
19+
320
## 0.1.0-beta.11 (2025-03-11)
421

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The REST API documentation can be found on [docs.steel.dev](https://docs.steel.d
1616

1717
```sh
1818
# install from PyPI
19-
pip install --pre steel-sdk
19+
pip install steel-sdk
2020
```
2121

2222
## Usage

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

0 commit comments

Comments
 (0)