File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.0.1a3] - 2025-02-06
11
+
12
+ ### Added
13
+
14
+ - Added langchain and AWS Converse integrations.
15
+ - Added informative README and documentation improvements.
16
+ - Added informative error messages for lazy imports.
17
+
10
18
## [ 0.0.1a2] - 2025-02-04
11
19
12
20
### Added
@@ -19,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
27
20
28
- Pre-release of the Cleanlab Codex Python client.
21
29
22
- [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a2...HEAD
23
- [ 0.0.1a1 ] : https://github.com/cleanlab/cleanlab-codex/compare/267a93300f77c94e215d7697223931e7926cad9e...v0.0.1a1
24
- [ 0.0.1a2 ] : https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a1...v0.0.1a2
30
+ [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a3...HEAD
31
+ [ 0.0.1a3 ] : https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a2...v0.0.1a3
32
+ [ 0.0.1a2 ] : https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a1...v0.0.1a2
33
+ [ 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.1a2 "
2
+ __version__ = "0.0.1a3 "
You can’t perform that action at this time.
0 commit comments