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,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.24] 2025-07-10
11+
12+ - Remove ` Validator ` class, move ` validate() ` functionality to ` Project ` class. Adds conversational support for validation.
13+
1014## [ 1.0.23] 2025-06-24
1115
1216- Update sdk version
@@ -112,7 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112116
113117- Initial release of the ` cleanlab-codex ` client library.
114118
115- [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.23...HEAD
119+ [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.24...HEAD
120+ [ 1.0.24 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.23...v1.0.24
116121[ 1.0.23 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.22...v1.0.23
117122[ 1.0.22 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.21...v1.0.22
118123[ 1.0.21 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.20...v1.0.21
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: MIT
2- __version__ = "1.0.23 "
2+ __version__ = "1.0.24 "
You can’t perform that action at this time.
0 commit comments