Skip to content

Commit 8a52d6b

Browse files
committed
chore: release version v0.3.0
1 parent ecac40f commit 8a52d6b

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
@@ -11,6 +11,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111

1212
<!-- changelog -->
1313

14+
## [v0.3.0](https://github.com/ash-project/ash_ai/compare/v0.2.14...v0.3.0) (2025-10-28)
15+
16+
17+
18+
19+
### Features:
20+
21+
* langchain 0.4 (#132) by [@barnabasJ](https://github.com/barnabasJ) [(#132)](https://github.com/ash-project/ash_ai/pull/132)
22+
23+
### Bug Fixes:
24+
25+
* turn content into string for chat title by [@barnabasJ](https://github.com/barnabasJ) [(#132)](https://github.com/ash-project/ash_ai/pull/132)
26+
27+
### Improvements:
28+
29+
* update ash_oban to 0.5 by [@zachdaniel](https://github.com/zachdaniel)
30+
1431
## [v0.2.14](https://github.com/ash-project/ash_ai/compare/v0.2.13...v0.2.14) (2025-10-16)
1532

1633

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule AshAi.MixProject do
99
Integrated LLM features for your Ash application.
1010
"""
1111

12-
@version "0.2.14"
12+
@version "0.3.0"
1313

1414
@source_url "https://github.com/ash-project/ash_ai"
1515

0 commit comments

Comments
 (0)