Skip to content

Commit 1a79a6a

Browse files
Release v1.0.20 (#91)
1 parent 37234a2 commit 1a79a6a

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.20] 2025-06-17
11+
12+
- Remove Codex-as-a-tool
13+
- Remove support for deprecated entries data model
14+
1015
## [1.0.19] 2025-06-4
1116

1217
- Expose `eval_scores` property for `Validator.validate()` and use Pydantic types from Codex backend
@@ -94,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9499

95100
- Initial release of the `cleanlab-codex` client library.
96101

97-
[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.19...HEAD
102+
[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.20...HEAD
103+
[1.0.19]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.19...v1.0.20
98104
[1.0.19]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.18...v1.0.19
99105
[1.0.18]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.17...v1.0.18
100106
[1.0.17]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.16...v1.0.17

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.19"
2+
__version__ = "1.0.20"

0 commit comments

Comments
 (0)