Skip to content

Commit 42c4a4d

Browse files
authored
Update version to 1.0.24 (#96)
* update version * address comments
1 parent cd3ad3c commit 42c4a4d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.24] 2025-07-10
11+
12+
- Remove `Validator` class, move `validate()` functionality to `Project` class. Adds conversational support for validation.
13+
1014
## [1.0.23] 2025-06-24
1115

1216
- Update sdk version
@@ -112,7 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112116

113117
- Initial release of the `cleanlab-codex` client library.
114118

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
116121
[1.0.23]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.22...v1.0.23
117122
[1.0.22]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.21...v1.0.22
118123
[1.0.21]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.20...v1.0.21

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.23"
2+
__version__ = "1.0.24"

0 commit comments

Comments
 (0)