Skip to content

Commit 3e8cd3f

Browse files
Release v1.0.17 (#85)
1 parent 36bd355 commit 3e8cd3f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

src/cleanlab_codex/__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.0.16"
2+
__version__ = "1.0.17"

0 commit comments

Comments
 (0)