Skip to content

Commit 34b5198

Browse files
authored
bump version v1.1.25 -> v.1.1.26 (#111)
1 parent ce74658 commit 34b5198

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.26] - 2025-08-19
11+
12+
### Added
13+
14+
- TrustworthyRAG now skips response-based evaluations when tool calls are detected in the response text.
15+
1016
## [1.1.25] - 2025-08-12
1117

1218
### Added
@@ -316,7 +322,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
316322
- Release of the Cleanlab TLM Python client.
317323

318324

319-
[Unreleased]: https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.25...HEAD
325+
[Unreleased]: https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.26...HEAD
326+
[1.1.26]: https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.25...v1.1.26
320327
[1.1.25]: https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.24...v1.1.25
321328
[1.1.24]: https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.23...v1.1.24
322329
[1.1.23]: https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.22...v1.1.23

src/cleanlab_tlm/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# SPDX-License-Identifier: MIT
2-
__version__ = "1.1.25"
2+
__version__ = "1.1.26"

0 commit comments

Comments
 (0)