Skip to content

Commit dd2146a

Browse files
authored
fix CHANGELOG (#28)
1 parent 449f12f commit dd2146a

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.6.0] - 2024-07-17
10+
- **Refactor Models to Providers**: Renamed the "Models" module to "Providers" to better reflect the architecture and improve code organization.
11+
- **Fix optional ex_aws dependency**: Fixed the ex_aws dependency to be truly optional by adding missing `Code.ensure_loaded` checks that were making the dependency mandatory.
12+
13+
## [0.5.5] - 2024-07-08
14+
- **Fix typos**: Fixed various typos throughout the codebase.
15+
16+
## [0.5.4] - 2024-07-07
17+
- **Add support for structured outputs in OpenRouter**: Added functionality to support structured outputs when using the OpenRouter model.
18+
19+
## [0.5.3] - 2024-06-30
20+
- **Remove provider_routing from OpenRouter**: Removed the `provider_routing` functionality from the OpenRouter model, simplifying the model configuration and request building process.
21+
922
## [0.5.2] - 2024-06-19
1023
- **Making `ex_aws` dependency optional**: `ex_aws` is only required for the Bedrock provider. Making it optional so it is not included in case Bedrock is not used. Additionally, removing the `Logger.error()` in case of a model error, delegating this to the caller of the library.
1124

@@ -46,7 +59,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4659
- Initial release with support for basic message handling, interaction with OpenAI and Ollama models, and a foundational structure for model settings and function execution.
4760

4861
---
49-
[Unreleased]: https://github.com/doofinder/llm_composer/compare/0.3.3...HEAD
62+
[Unreleased]: https://github.com/doofinder/llm_composer/compare/0.6.0...HEAD
63+
[0.6.0]: https://github.com/doofinder/llm_composer/compare/0.5.5...0.6.0
64+
[0.5.5]: https://github.com/doofinder/llm_composer/compare/0.5.4...0.5.5
65+
[0.5.4]: https://github.com/doofinder/llm_composer/compare/0.5.3...0.5.4
66+
[0.5.3]: https://github.com/doofinder/llm_composer/compare/0.5.2...0.5.3
67+
[0.5.2]: https://github.com/doofinder/llm_composer/compare/0.5.1...0.5.2
68+
[0.5.1]: https://github.com/doofinder/llm_composer/compare/0.5.0...0.5.1
69+
70+
[0.3.5]: https://github.com/doofinder/llm_composer/compare/0.3.4...0.3.5
71+
[0.5.0]: https://github.com/doofinder/llm_composer/compare/0.3.5...0.5.0
5072
[0.3.4]: https://github.com/doofinder/llm_composer/compare/0.3.3...0.3.4
5173
[0.3.3]: https://github.com/doofinder/llm_composer/compare/0.3.2...0.3.3
5274
[0.3.2]: https://github.com/doofinder/llm_composer/compare/0.3.1...0.3.2

0 commit comments

Comments
 (0)