Skip to content

Commit 4636831

Browse files
committed
chore: release version v0.3.0
1 parent 6f3befe commit 4636831

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v0.3.0](https://github.com/cgarvis/hyper_llm/compare/v0.2.0...v0.3.0) (2025-02-06)
9+
10+
11+
12+
13+
### Features:
14+
15+
* conversation: extract chat logic into conversation module
16+
817
## [v0.2.0](https://github.com/cgarvis/hyper_llm/compare/v0.1.0...v0.2.0) (2025-02-04)
918

1019

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.2.0"
5+
@version "0.3.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)