Skip to content

Commit 6b7c2a0

Browse files
authored
Increment package version after release of azure-ai-evaluation (#43835)
1 parent cb904f2 commit 6b7c2a0

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

sdk/evaluation/azure-ai-evaluation/CHANGELOG.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.13.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.13.1 (2025-11-05)
414

515
### Features Added
@@ -33,6 +43,12 @@
3343

3444
- `image_tag` parameter in `AzureOpenAIPythonGrader` is now optional.
3545

46+
## 1.11.2 (2025-10-09)
47+
48+
### Bugs Fixed
49+
50+
- **kwargs in an evaluator signature receives input columns that are not otherwise named in the evaluator's signature
51+
3652
## 1.12.0 (2025-10-02)
3753

3854
### Features Added
@@ -42,12 +58,6 @@
4258
### Bugs Fixed
4359
- Support for multi-level nesting in OpenAI grader (experimental)
4460

45-
## 1.11.2 (2025-10-09)
46-
47-
### Bugs Fixed
48-
49-
- **kwargs in an evaluator signature receives input columns that are not otherwise named in the evaluator's signature
50-
5161
## 1.11.1 (2025-09-19)
5262

5363
### Bugs Fixed

sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# ---------------------------------------------------------
44
# represents upcoming version
55

6-
VERSION = "1.13.1"
6+
VERSION = "1.13.2"

0 commit comments

Comments
 (0)