From b429dd6eb31a803549ba53ddf21b9f1f2041a686 Mon Sep 17 00:00:00 2001 From: Angela Date: Wed, 12 Feb 2025 12:33:08 -0800 Subject: [PATCH] bump version + update chan gelog --- CHANGELOG.md | 13 ++++++++++++- src/cleanlab_codex/__about__.py | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c5fac..78e4d16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.1a5] - 2025-02-12 + +### Added + +- Module for validating LLM responses and determining whether to use Codex as a backup. + +### Changed + +- Default name, description, and parameter descriptions for `CodexTool`. + ## [0.0.1a4] - 2025-02-07 ### Fixed @@ -33,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Pre-release of the Cleanlab Codex Python client. -[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a4...HEAD +[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a5...HEAD +[0.0.1a5]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a4...v0.0.1a5 [0.0.1a4]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a3...v0.0.1a4 [0.0.1a3]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a2...v0.0.1a3 [0.0.1a2]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a1...v0.0.1a2 diff --git a/src/cleanlab_codex/__about__.py b/src/cleanlab_codex/__about__.py index de39b8f..4fddfce 100644 --- a/src/cleanlab_codex/__about__.py +++ b/src/cleanlab_codex/__about__.py @@ -1,2 +1,2 @@ # SPDX-License-Identifier: MIT -__version__ = "0.0.1a4" +__version__ = "0.0.1a5"