Skip to content

Commit c58c5a0

Browse files
authored
Fix docs links (#64)
1 parent c0b89c1 commit c58c5a0

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
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.6] - 2025-03-27
11+
12+
- Fix links to docs
13+
1014
## [1.0.5] - 2025-03-27
1115

1216
- Add `Validator` API
@@ -34,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3438

3539
- Initial release of the `cleanlab-codex` client library.
3640

37-
[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.5...HEAD
41+
[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.6...HEAD
42+
[1.0.6]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.5...v1.0.6
3843
[1.0.5]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.4...v1.0.5
3944
[1.0.4]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.3...v1.0.4
4045
[1.0.3]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.2...v1.0.3

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.5"
2+
__version__ = "1.0.6"

src/cleanlab_codex/response_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
This module is now superseded by this [Validator API](/codex/api/validator/).
2+
This module is now superseded by this [Validator API](/codex/api/python/validator/).
33
44
Deprecated validation functions for evaluating LLM responses and determining if they should be replaced with Codex-generated alternatives.
55
"""

src/cleanlab_codex/types/response_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
This module is now superseded by this [Validator API](/codex/api/validator/).
2+
This module is now superseded by this [Validator API](/codex/api/python/validator/).
33
44
Deprecated types for response validation."""
55

0 commit comments

Comments
 (0)