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
77
88## [ Unreleased]
99
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+
1015## [ 1.0.16] 2025-05-15
1116
1217- 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
8186
8287- Initial release of the ` cleanlab-codex ` client library.
8388
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
8591[ 1.0.16 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.15...v1.0.16
8692[ 1.0.15 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.14...v1.0.15
8793[ 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 11# 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