Skip to content

Commit 6de6364

Browse files
release: 0.1.0-alpha.2
1 parent 95eee74 commit 6de6364

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-alpha.1"
2+
".": "0.1.0-alpha.2"
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-alpha.2 (2024-06-24)
4+
5+
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/prompt-foundry/python-sdk/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#35](https://github.com/prompt-foundry/python-sdk/issues/35)) ([0d0e897](https://github.com/prompt-foundry/python-sdk/commit/0d0e8979817239f772d8a9bdd347c9ea9f910481))
10+
* **api:** OpenAPI spec update via Stainless API ([#36](https://github.com/prompt-foundry/python-sdk/issues/36)) ([6f9b826](https://github.com/prompt-foundry/python-sdk/commit/6f9b82645bc7789794b2c8e7d29bf480a7fcfe4f))
11+
* **api:** OpenAPI spec update via Stainless API ([#37](https://github.com/prompt-foundry/python-sdk/issues/37)) ([9535a0c](https://github.com/prompt-foundry/python-sdk/commit/9535a0c92a8214618ade8ae08faf0f19950433d5))
12+
* **api:** OpenAPI spec update via Stainless API ([#38](https://github.com/prompt-foundry/python-sdk/issues/38)) ([4ccb8fc](https://github.com/prompt-foundry/python-sdk/commit/4ccb8fccc509b4ec8beaa1e8dfb551ea8e6b1e59))
13+
* **api:** OpenAPI spec update via Stainless API ([#39](https://github.com/prompt-foundry/python-sdk/issues/39)) ([139c802](https://github.com/prompt-foundry/python-sdk/commit/139c80281ff6aabbf60819d77a2e9e822de045aa))
14+
* **api:** OpenAPI spec update via Stainless API ([#40](https://github.com/prompt-foundry/python-sdk/issues/40)) ([84f798e](https://github.com/prompt-foundry/python-sdk/commit/84f798e668dd40b45349f6fe7c4dba203e4101f9))
15+
* **api:** OpenAPI spec update via Stainless API ([#41](https://github.com/prompt-foundry/python-sdk/issues/41)) ([73fbb5c](https://github.com/prompt-foundry/python-sdk/commit/73fbb5cd1f2a5c55b5e1365933ff2d2100fbb33c))
16+
* **api:** OpenAPI spec update via Stainless API ([#42](https://github.com/prompt-foundry/python-sdk/issues/42)) ([11961df](https://github.com/prompt-foundry/python-sdk/commit/11961df301280f35aa89e52e8790db1e1025b7a8))
17+
* **api:** OpenAPI spec update via Stainless API ([#43](https://github.com/prompt-foundry/python-sdk/issues/43)) ([5cb7b65](https://github.com/prompt-foundry/python-sdk/commit/5cb7b6550e86afa5abb4c811c751115769b27650))
18+
* **api:** OpenAPI spec update via Stainless API ([#44](https://github.com/prompt-foundry/python-sdk/issues/44)) ([7ed514e](https://github.com/prompt-foundry/python-sdk/commit/7ed514e866fe564ad1361e4ce60215a0b67ab5d0))
19+
* **api:** OpenAPI spec update via Stainless API ([#45](https://github.com/prompt-foundry/python-sdk/issues/45)) ([95eee74](https://github.com/prompt-foundry/python-sdk/commit/95eee747f7bb2124586f817459bdaada8e8f0081))
20+
321
## 0.1.0-alpha.1 (2024-06-18)
422

523
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/prompt-foundry/python-sdk/compare/v0.0.1-alpha.0...v0.1.0-alpha.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 = "prompt_foundry_python_sdk"
3-
version = "0.1.0-alpha.1"
3+
version = "0.1.0-alpha.2"
44
description = "The official Python library for the prompt-foundry API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
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__ = "prompt_foundry_python_sdk"
4-
__version__ = "0.1.0-alpha.1" # x-release-please-version
4+
__version__ = "0.1.0-alpha.2" # x-release-please-version

0 commit comments

Comments
 (0)