Skip to content

Commit 256ce03

Browse files
authored
[Cut new release] 1.0.26 (#101)
add version bump
1 parent b051ae2 commit 256ce03

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.26] 2025-07-29
11+
12+
- Add tool call support to `project.validate()`
13+
1014
## [1.0.25] 2025-07-17
1115

1216
- Fix broken link in docstring
@@ -120,7 +124,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120124

121125
- Initial release of the `cleanlab-codex` client library.
122126

123-
[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.25...HEAD
127+
[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.26...HEAD
128+
[1.0.26]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.25...v1.0.26
124129
[1.0.25]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.24...v1.0.25
125130
[1.0.24]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.23...v1.0.24
126131
[1.0.23]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.22...v1.0.23

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.25"
2+
__version__ = "1.0.26"

0 commit comments

Comments
 (0)