Skip to content

Commit e64a530

Browse files
release: 0.1.0-alpha.10
1 parent ad5015b commit e64a530

File tree

4 files changed

+22
-3
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## 0.1.0-alpha.10 (2024-07-17)
4+
5+
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)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#145](https://github.com/prompt-foundry/python-sdk/issues/145)) ([f033b45](https://github.com/prompt-foundry/python-sdk/commit/f033b45ee9f87511c69482e83c736afbd142f965))
10+
* **api:** OpenAPI spec update via Stainless API ([#147](https://github.com/prompt-foundry/python-sdk/issues/147)) ([a2d16da](https://github.com/prompt-foundry/python-sdk/commit/a2d16daea235ea55b1799c02ce5b3ab6a28ca009))
11+
* **api:** OpenAPI spec update via Stainless API ([#148](https://github.com/prompt-foundry/python-sdk/issues/148)) ([ac33af6](https://github.com/prompt-foundry/python-sdk/commit/ac33af69be3b3ed3d22c08720ee17d8f6fc6b06e))
12+
* **api:** OpenAPI spec update via Stainless API ([#149](https://github.com/prompt-foundry/python-sdk/issues/149)) ([847a614](https://github.com/prompt-foundry/python-sdk/commit/847a614189ea34396430dca2d5859ae20705dbca))
13+
* **api:** OpenAPI spec update via Stainless API ([#150](https://github.com/prompt-foundry/python-sdk/issues/150)) ([345c6ea](https://github.com/prompt-foundry/python-sdk/commit/345c6eac7b7643d5d96925fee774e09ba79cfb72))
14+
* **api:** OpenAPI spec update via Stainless API ([#151](https://github.com/prompt-foundry/python-sdk/issues/151)) ([7e67bd4](https://github.com/prompt-foundry/python-sdk/commit/7e67bd45c88a743efa52596a870dec86e7dff39c))
15+
* **api:** update via SDK Studio ([#152](https://github.com/prompt-foundry/python-sdk/issues/152)) ([e3989bf](https://github.com/prompt-foundry/python-sdk/commit/e3989bfb42705c26f27c5cc49b7d38a617c17e82))
16+
17+
18+
### Chores
19+
20+
* **internal:** version bump ([#143](https://github.com/prompt-foundry/python-sdk/issues/143)) ([32ef7a2](https://github.com/prompt-foundry/python-sdk/commit/32ef7a2fec79e410487cae757d1bee6eb2a03ed2))
21+
322
## 0.1.0-alpha.9 (2024-07-16)
423

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

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

0 commit comments

Comments
 (0)