Skip to content

Commit a359444

Browse files
release: 0.1.0-alpha.9
1 parent 9256447 commit a359444

File tree

4 files changed

+16
-3
lines changed

4 files changed

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

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.1.0-alpha.9 (2024-07-16)
4+
5+
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)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#134](https://github.com/prompt-foundry/python-sdk/issues/134)) ([f39a2c5](https://github.com/prompt-foundry/python-sdk/commit/f39a2c5593747359ae2038268b6bbcab6ea1daf1))
10+
* **api:** OpenAPI spec update via Stainless API ([#136](https://github.com/prompt-foundry/python-sdk/issues/136)) ([b501061](https://github.com/prompt-foundry/python-sdk/commit/b50106162e37eb2d97d713e79b03d7b8698e42dd))
11+
* **api:** OpenAPI spec update via Stainless API ([#137](https://github.com/prompt-foundry/python-sdk/issues/137)) ([56bd6b3](https://github.com/prompt-foundry/python-sdk/commit/56bd6b35b408cd47066b53b1c0881175e995d310))
12+
* **api:** OpenAPI spec update via Stainless API ([#138](https://github.com/prompt-foundry/python-sdk/issues/138)) ([f7512ce](https://github.com/prompt-foundry/python-sdk/commit/f7512cefcfaf01e3334c0c35edb5384ac41a3e6f))
13+
* **api:** OpenAPI spec update via Stainless API ([#139](https://github.com/prompt-foundry/python-sdk/issues/139)) ([45c3900](https://github.com/prompt-foundry/python-sdk/commit/45c3900eb3518ccfd1ee6ca88c72d380190ec27d))
14+
* **api:** OpenAPI spec update via Stainless API ([#141](https://github.com/prompt-foundry/python-sdk/issues/141)) ([40da570](https://github.com/prompt-foundry/python-sdk/commit/40da570e66c69af5b6e3ad09176fd4658dc244b7))
15+
316
## 0.1.0-alpha.8 (2024-07-10)
417

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

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

0 commit comments

Comments
 (0)