Skip to content

Commit 17bd6c6

Browse files
Merge pull request #393 from adityasinght/release_paig_eval_lib
#392 Release PAIG-Evaluation library
2 parents ce84930 + ccb056c commit 17bd6c6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

paig-evaluation/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# paig-evaluation Changelog
22
All changes to paig-evaluation will be documented in this file.
33

4+
5+
## [v0.0.3] - 2025-05-14
6+
### Added
7+
- Added support for flag based enablement of categories.
8+
9+
410
## [v0.0.2] - 2025-04-04
511
### Added
612
- Added mapping for categories to its type and severity

paig-evaluation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before using PAIG Evaluation, ensure the following dependencies are installed:
1919

2020
Use npm to install the required dependencies:
2121
```bash
22-
npm install -g promptfoo@0.102.4
22+
npm install -g promptfoo
2323
```
2424

2525
### 2. Install the PAIG Evaluation Library
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.2'
1+
__version__ = '0.0.3'

0 commit comments

Comments
 (0)