Skip to content

Commit c64056f

Browse files
Merge pull request #51 from prompt-foundry/release-please--branches--main--changes--next
release: 0.1.0-alpha.3
2 parents 1d54180 + 19e1154 commit c64056f

File tree

4 files changed

+14
-3
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## 0.1.0-alpha.3 (2024-06-24)
4+
5+
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/prompt-foundry/python-sdk/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#50](https://github.com/prompt-foundry/python-sdk/issues/50)) ([01d4a88](https://github.com/prompt-foundry/python-sdk/commit/01d4a88fa1d9ec7351ea36bac3c07c94f4df89da))
10+
* **api:** OpenAPI spec update via Stainless API ([#53](https://github.com/prompt-foundry/python-sdk/issues/53)) ([cd4fd6b](https://github.com/prompt-foundry/python-sdk/commit/cd4fd6b907e7b25c0c2025e5997ff0ae4a298ed8))
11+
* update description ([edb353b](https://github.com/prompt-foundry/python-sdk/commit/edb353b6165eb493a409ab97595f0ab0d95a6114))
12+
* update keywords and urls ([6a02445](https://github.com/prompt-foundry/python-sdk/commit/6a02445ded8d4275a8e99b38601de880377b1d50))
13+
314
## 0.1.0-alpha.2 (2024-06-24)
415

516
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/prompt-foundry/python-sdk/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)

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

0 commit comments

Comments
 (0)