Skip to content

Commit 2796b70

Browse files
authored
release chat changes (#82)
1 parent 201ed0e commit 2796b70

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.8"
2+
__version__ = "1.1.9"

0 commit comments

Comments
 (0)