Skip to content

Commit e923fd2

Browse files
chore(main): release promptfoo 0.1.5
1 parent 879bb2a commit e923fd2

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.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.4"
2+
".": "0.1.5"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.5](https://github.com/promptfoo/promptfoo-python/compare/promptfoo-v0.1.4...promptfoo-v0.1.5) (2026-05-18)
9+
10+
11+
### Bug Fixes
12+
13+
* resolve environment test quality findings ([#45](https://github.com/promptfoo/promptfoo-python/issues/45)) ([879bb2a](https://github.com/promptfoo/promptfoo-python/commit/879bb2ab530ef2a0b23f4773d8e32800b86d047e))
14+
815
## [0.1.4](https://github.com/promptfoo/promptfoo-python/compare/promptfoo-v0.1.3...promptfoo-v0.1.4) (2026-04-04)
916

1017

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "promptfoo"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "Python wrapper for the promptfoo CLI - LLM testing, red teaming, and security evaluation"
99
authors = [
1010
{ name = "Ian Webster", email = "ian@promptfoo.dev" },

src/promptfoo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
For full documentation, visit: https://www.promptfoo.dev/docs
1313
"""
1414

15-
__version__ = "0.1.4"
15+
__version__ = "0.1.5"
1616
__all__ = ["__version__", "main"]
1717

1818
from .cli import main

0 commit comments

Comments
 (0)