We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1c6ca commit d57ab68Copy full SHA for d57ab68
CHANGELOG.md
@@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## [v0.2.0](https://github.com/cgarvis/hyper_llm/compare/v0.1.0...v0.2.0) (2025-02-04)
9
+
10
11
12
13
+### Features:
14
15
+* cloudflare provider
16
17
+* prefix models with provider
18
19
## [v0.1.0](https://github.com/cgarvis/hyper_llm/compare/v0.0.1...v0.1.0) (2025-02-03)
20
21
mix.exs
@@ -2,7 +2,7 @@ defmodule HyperLLM.MixProject do
2
use Mix.Project
3
4
@source_url "https://github.com/cgarvis/hyper_llm"
- @version "0.1.0"
+ @version "0.2.0"
def project do
[
0 commit comments