Skip to content

Commit d57ab68

Browse files
committed
chore: release version v0.2.0
1 parent 1f1c6ca commit d57ab68

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

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+
819
## [v0.1.0](https://github.com/cgarvis/hyper_llm/compare/v0.0.1...v0.1.0) (2025-02-03)
920

1021

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule HyperLLM.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/cgarvis/hyper_llm"
5-
@version "0.1.0"
5+
@version "0.2.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)