Skip to content

Commit 5c706c4

Browse files
release: 0.1.0-alpha.11
1 parent 450c25a commit 5c706c4

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-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.10"
2+
".": "0.1.0-alpha.11"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.11 (2024-07-29)
4+
5+
Full Changelog: [v0.1.0-alpha.10...v0.1.0-alpha.11](https://github.com/prompt-foundry/python-sdk/compare/v0.1.0-alpha.10...v0.1.0-alpha.11)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#159](https://github.com/prompt-foundry/python-sdk/issues/159)) ([488d540](https://github.com/prompt-foundry/python-sdk/commit/488d5406f71b83d65edb24fe88caf5216dca87c3))
10+
* **api:** OpenAPI spec update via Stainless API ([#160](https://github.com/prompt-foundry/python-sdk/issues/160)) ([d0ed786](https://github.com/prompt-foundry/python-sdk/commit/d0ed78672e4b2567ff349489050921160e66fcfd))
11+
* **api:** OpenAPI spec update via Stainless API ([#161](https://github.com/prompt-foundry/python-sdk/issues/161)) ([2526bcc](https://github.com/prompt-foundry/python-sdk/commit/2526bccb264263a836b1d4671468e24af8bbead8))
12+
* **api:** OpenAPI spec update via Stainless API ([#162](https://github.com/prompt-foundry/python-sdk/issues/162)) ([b383e7e](https://github.com/prompt-foundry/python-sdk/commit/b383e7ea082c5db52a08a421c1029fae5eb20167))
13+
* **api:** OpenAPI spec update via Stainless API ([#163](https://github.com/prompt-foundry/python-sdk/issues/163)) ([2c1a08a](https://github.com/prompt-foundry/python-sdk/commit/2c1a08ab6fcfe256b43f4116759613b51309804b))
14+
* **api:** OpenAPI spec update via Stainless API ([#164](https://github.com/prompt-foundry/python-sdk/issues/164)) ([38da097](https://github.com/prompt-foundry/python-sdk/commit/38da097278cca4956239861ddc9ca3d2511622e8))
15+
* **api:** OpenAPI spec update via Stainless API ([#165](https://github.com/prompt-foundry/python-sdk/issues/165)) ([1e2c2d8](https://github.com/prompt-foundry/python-sdk/commit/1e2c2d8359e5c3f6a4426c7b099b4557f1a1a4be))
16+
* **api:** OpenAPI spec update via Stainless API ([#167](https://github.com/prompt-foundry/python-sdk/issues/167)) ([d86724c](https://github.com/prompt-foundry/python-sdk/commit/d86724c68491c8b3a3476a0ad78f9263b9baf8e8))
17+
* **api:** OpenAPI spec update via Stainless API ([#168](https://github.com/prompt-foundry/python-sdk/issues/168)) ([d117418](https://github.com/prompt-foundry/python-sdk/commit/d11741874e0a3b239c5f46425de31e6bfe7b7297))
18+
* **api:** OpenAPI spec update via Stainless API ([#170](https://github.com/prompt-foundry/python-sdk/issues/170)) ([54f6bc6](https://github.com/prompt-foundry/python-sdk/commit/54f6bc69f6d1d938f02499cbc2d97d4459baebf8))
19+
* **api:** OpenAPI spec update via Stainless API ([#171](https://github.com/prompt-foundry/python-sdk/issues/171)) ([9562025](https://github.com/prompt-foundry/python-sdk/commit/9562025671cb45651a0ba43834da644618a0228d))
20+
* **api:** OpenAPI spec update via Stainless API ([#172](https://github.com/prompt-foundry/python-sdk/issues/172)) ([035709a](https://github.com/prompt-foundry/python-sdk/commit/035709aeaa00d7f0e70b4b66af5592c6cdfbb2e4))
21+
* **api:** OpenAPI spec update via Stainless API ([#173](https://github.com/prompt-foundry/python-sdk/issues/173)) ([05c5e77](https://github.com/prompt-foundry/python-sdk/commit/05c5e77bd33c9276401fe687babb44127b856fa3))
22+
23+
24+
### Chores
25+
26+
* **internal:** refactor release doctor script ([#166](https://github.com/prompt-foundry/python-sdk/issues/166)) ([33a4e3b](https://github.com/prompt-foundry/python-sdk/commit/33a4e3b7fe55787f916e473275f87eddfa13c26d))
27+
* **tests:** update prism version ([#169](https://github.com/prompt-foundry/python-sdk/issues/169)) ([899a45b](https://github.com/prompt-foundry/python-sdk/commit/899a45ba78ecf8c953d1f1cfb017de8c84be03ba))
28+
329
## 0.1.0-alpha.10 (2024-07-17)
430

531
Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/prompt-foundry/python-sdk/compare/v0.1.0-alpha.9...v0.1.0-alpha.10)

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.10"
3+
version = "0.1.0-alpha.11"
44
description = "The prompt engineering, prompt management, and prompt evaluation tool for Python "
55
keywords = ["llm evaluation", "prompt management", "prompt testing", "prompt engineering"]
66
dynamic = ["readme"]
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.10" # x-release-please-version
4+
__version__ = "0.1.0-alpha.11" # x-release-please-version

0 commit comments

Comments
 (0)