File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.17] 2025-06-3
11
+
12
+ - Refactor ` validate() ` to use ` /validate ` endpoint from Codex backend and leverage this default logic
13
+ - deprecate ` project.query() ` and ` project.add_entries() `
14
+
10
15
## [ 1.0.16] 2025-05-15
11
16
12
17
- Update ` codex-sdk ` dependency to ` 0.1.0a20 ` .
@@ -81,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
81
86
82
87
- Initial release of the ` cleanlab-codex ` client library.
83
88
84
- [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.16...HEAD
89
+ [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.17...HEAD
90
+ [ 1.0.17 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.16...v1.0.17
85
91
[ 1.0.16 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.15...v1.0.16
86
92
[ 1.0.15 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.14...v1.0.15
87
93
[ 1.0.14 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.13...v1.0.14
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: MIT
2
- __version__ = "1.0.16 "
2
+ __version__ = "1.0.17 "
You can’t perform that action at this time.
0 commit comments