We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4fa81 commit 43aa943Copy full SHA for 43aa943
CHANGELOG.md
@@ -10,5 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
## [0.0.0] 2026-01-12
11
- Initial release of the `trustworthy-llm` library.
12
13
-[Unreleased]: https://github.com/cleanlab/tlm/compare/v0.0.0...HEAD
+## [0.0.1] 2026-01-12
14
+- Add structured outputs functionality.
15
+
16
+[Unreleased]: https://github.com/cleanlab/tlm/compare/v0.0.1...HEAD
17
+[0.0.1]: https://github.com/cleanlab/tlm/commits/v0.0.1
18
[0.0.0]: https://github.com/cleanlab/tlm/commits/v0.0.0
tlm/__about__.py
@@ -1 +1 @@
1
-__version__ = "0.0.0"
+__version__ = "0.0.1"
0 commit comments