We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3befe commit 4636831Copy full SHA for 4636831
CHANGELOG.md
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
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
17
## [v0.2.0](https://github.com/cgarvis/hyper_llm/compare/v0.1.0...v0.2.0) (2025-02-04)
18
19
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.2.0"
+ @version "0.3.0"
def project do
[
0 commit comments