Skip to content

Commit 0771859

Browse files
committed
chore: release version v0.6.0
1 parent 88809e5 commit 0771859

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
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.6.0](https://github.com/cgarvis/hyper_llm/compare/v0.5.0...v0.6.0) (2025-02-27)
9+
10+
11+
12+
13+
### Features:
14+
15+
* claude 3.7 models added
16+
17+
* llamacpp chat completion
18+
819
## [v0.5.0](https://github.com/cgarvis/hyper_llm/compare/v0.4.0...v0.5.0) (2025-02-10)
920

1021

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add `hyper_llm` to your list of dependencies in `mix.exs`:
1414
```elixir
1515
def deps do
1616
[
17-
{:hyper_llm, "~> 0.5.0"}
17+
{:hyper_llm, "~> 0.6.0"}
1818
]
1919
end
2020
```

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.5.0"
5+
@version "0.6.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)