File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.1.9] - 2025-06-17
11+
1012### Changed
1113
14+ - Added type checking for chat completion messages
15+ - Made ` chat.py ` string consts private to hide from docs
1216- Updated ` form_prompt_string ` to operate on a copy of input messages
1317
1418## [ 1.1.8] - 2025-06-11
@@ -184,7 +188,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
184188
185189- Release of the Cleanlab TLM Python client.
186190
187- [ Unreleased ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.8...HEAD
191+ [ Unreleased ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.9...HEAD
192+ [ 1.1.9 ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.8...v1.1.9
188193[ 1.1.8 ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.7...v1.1.8
189194[ 1.1.7 ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.6...v1.1.7
190195[ 1.1.6 ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.5...v1.1.6
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: MIT
2- __version__ = "1.1.8 "
2+ __version__ = "1.1.9 "
You can’t perform that action at this time.
0 commit comments