File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.0.1a4] - 2025-02-07
11
+
10
12
### Fixed
11
13
12
14
- Pydantic model validation error when querying Project and listing Organizations.
@@ -31,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
33
32
34
- Pre-release of the Cleanlab Codex Python client.
33
35
34
- [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a3...HEAD
36
+ [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a4...HEAD
37
+ [ 0.0.1a4 ] : https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a3...v0.0.1a4
35
38
[ 0.0.1a3 ] : https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a2...v0.0.1a3
36
39
[ 0.0.1a2 ] : https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a1...v0.0.1a2
37
40
[ 0.0.1a1 ] : https://github.com/cleanlab/cleanlab-codex/compare/267a93300f77c94e215d7697223931e7926cad9e...v0.0.1a1
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: MIT
2
- __version__ = "0.0.1a3 "
2
+ __version__ = "0.0.1a4 "
You can’t perform that action at this time.
0 commit comments