Skip to content

Commit 31709e3

Browse files
authored
changelog updates + version bump (#26)
1 parent e182af6 commit 31709e3

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1018
## [0.0.1a2] - 2025-02-04
1119

1220
### Added
@@ -19,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1927

2028
- Pre-release of the Cleanlab Codex Python client.
2129

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

src/cleanlab_codex/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# SPDX-License-Identifier: MIT
2-
__version__ = "0.0.1a2"
2+
__version__ = "0.0.1a3"

0 commit comments

Comments
 (0)