Skip to content

Commit e6a2285

Browse files
release: 0.1.0-alpha.7
1 parent f83ef3e commit e6a2285

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.6"
2+
".": "0.1.0-alpha.7"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.7 (2024-06-29)
4+
5+
Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/prompt-foundry/python-sdk/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#92](https://github.com/prompt-foundry/python-sdk/issues/92)) ([6520251](https://github.com/prompt-foundry/python-sdk/commit/652025167adb3b4ccb18efcae08a6bb28b36301f))
10+
* **api:** OpenAPI spec update via Stainless API ([#93](https://github.com/prompt-foundry/python-sdk/issues/93)) ([22e82e4](https://github.com/prompt-foundry/python-sdk/commit/22e82e465a00204c95b491fc8583fc3f4d841527))
11+
* **api:** OpenAPI spec update via Stainless API ([#94](https://github.com/prompt-foundry/python-sdk/issues/94)) ([f63e4d5](https://github.com/prompt-foundry/python-sdk/commit/f63e4d5acd214ce3cc04fa83f65ab04371806128))
12+
* **api:** OpenAPI spec update via Stainless API ([#95](https://github.com/prompt-foundry/python-sdk/issues/95)) ([8ef2751](https://github.com/prompt-foundry/python-sdk/commit/8ef2751ed5afc1f3fc7d2e501905842fba3ce83f))
13+
* **api:** OpenAPI spec update via Stainless API ([#96](https://github.com/prompt-foundry/python-sdk/issues/96)) ([8cdbe3c](https://github.com/prompt-foundry/python-sdk/commit/8cdbe3c64e94516e76fae1e8657d06fb8731aee0))
14+
* **api:** OpenAPI spec update via Stainless API ([#97](https://github.com/prompt-foundry/python-sdk/issues/97)) ([753d7d3](https://github.com/prompt-foundry/python-sdk/commit/753d7d3043abbe0ffd0dc278e1b1fda2267abb86))
15+
* **api:** OpenAPI spec update via Stainless API ([#98](https://github.com/prompt-foundry/python-sdk/issues/98)) ([6835317](https://github.com/prompt-foundry/python-sdk/commit/6835317eb720fbe3d7087779065e64c7ef460f37))
16+
* **api:** OpenAPI spec update via Stainless API ([#99](https://github.com/prompt-foundry/python-sdk/issues/99)) ([399e45c](https://github.com/prompt-foundry/python-sdk/commit/399e45ca490b18d991055064666afc62bfcaf408))
17+
318
## 0.1.0-alpha.6 (2024-06-26)
419

520
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)

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

0 commit comments

Comments
 (0)