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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.24] 2025-07-10
11
+
12
+ - Remove ` Validator ` class, move ` validate() ` functionality to ` Project ` class. Adds conversational support for validation.
13
+
10
14
## [ 1.0.23] 2025-06-24
11
15
12
16
- Update sdk version
@@ -112,7 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112
116
113
117
- Initial release of the ` cleanlab-codex ` client library.
114
118
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
116
121
[ 1.0.23 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.22...v1.0.23
117
122
[ 1.0.22 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.21...v1.0.22
118
123
[ 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 1
1
# 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