Skip to content

Commit bd26e90

Browse files
authored
tag and release v1.0.30 (#113)
1 parent a04ad18 commit bd26e90

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.30] 2025-10-01
11+
12+
- Update API reference language from Codex -> Cleanlab AI Platform
13+
1014
## [1.0.29] 2025-09-19
1115

1216
- Add experimental Strands API Integration with Codex
@@ -137,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
137141

138142
- Initial release of the `cleanlab-codex` client library.
139143

140-
[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.29...HEAD
144+
[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.30...HEAD
145+
[1.0.30]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.29...v1.0.30
141146
[1.0.29]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.28...v1.0.29
142147
[1.0.28]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.27...v1.0.28
143148
[1.0.27]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.26...v1.0.27

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.29"
2+
__version__ = "1.0.30"

0 commit comments

Comments
 (0)