Skip to content

Commit 9d5db8c

Browse files
release: 0.1.0-alpha.6
1 parent 6030e98 commit 9d5db8c

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.5"
2+
".": "0.1.0-alpha.6"
33
}

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.1.0-alpha.6 (2024-06-26)
4+
5+
Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/prompt-foundry/python-sdk/compare/v0.1.0-alpha.5...v0.1.0-alpha.6)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#82](https://github.com/prompt-foundry/python-sdk/issues/82)) ([7d56fdb](https://github.com/prompt-foundry/python-sdk/commit/7d56fdbc444860802dd507548891754757ec5df4))
10+
* **api:** OpenAPI spec update via Stainless API ([#83](https://github.com/prompt-foundry/python-sdk/issues/83)) ([1d9b2e9](https://github.com/prompt-foundry/python-sdk/commit/1d9b2e9ee38e6c0f16ab59d908747a3ead5c6722))
11+
* **api:** OpenAPI spec update via Stainless API ([#84](https://github.com/prompt-foundry/python-sdk/issues/84)) ([017c97d](https://github.com/prompt-foundry/python-sdk/commit/017c97d24c309015e85ee4dc2fd660e8aed1d941))
12+
* **api:** OpenAPI spec update via Stainless API ([#85](https://github.com/prompt-foundry/python-sdk/issues/85)) ([5afb546](https://github.com/prompt-foundry/python-sdk/commit/5afb546fc16172d6661948f87fa0836fdefb2b3f))
13+
* **api:** OpenAPI spec update via Stainless API ([#87](https://github.com/prompt-foundry/python-sdk/issues/87)) ([1ba689f](https://github.com/prompt-foundry/python-sdk/commit/1ba689f5e087357ca80d485986864b0fc0e13168))
14+
* **api:** OpenAPI spec update via Stainless API ([#88](https://github.com/prompt-foundry/python-sdk/issues/88)) ([e821a93](https://github.com/prompt-foundry/python-sdk/commit/e821a93c3f7dbd48046b4d3553241055a18fc0e8))
15+
* **api:** update via SDK Studio ([#86](https://github.com/prompt-foundry/python-sdk/issues/86)) ([9afd771](https://github.com/prompt-foundry/python-sdk/commit/9afd771606f577af425b3c418c375343058f1a7d))
16+
317
## 0.1.0-alpha.5 (2024-06-25)
418

519
Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/prompt-foundry/python-sdk/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)

pyproject.toml

+1-1
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.5"
3+
version = "0.1.0-alpha.6"
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"]
+1-1
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.5" # x-release-please-version
4+
__version__ = "0.1.0-alpha.6" # x-release-please-version

0 commit comments

Comments
 (0)