Skip to content

Commit 14729d8

Browse files
committed
chore: release version v0.1.0
1 parent 53f9f9f commit 14729d8

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
5+
6+
<!-- changelog -->
7+
8+
## [v0.1.0](https://github.com/cgarvis/hyper_llm/compare/v0.0.1...v0.1.0) (2025-02-03)
9+
10+
11+
12+
13+
### Features:
14+
15+
* groq provider
16+
17+
* anthropic chat

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.0.1"
5+
@version "0.1.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)