Skip to content

Commit 94f6c61

Browse files
committed
chore: release version v0.2.4
1 parent d1b4b13 commit 94f6c61

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v0.2.4](https://github.com/ash-project/ash_ai/compare/v0.2.3...v0.2.4) (2025-07-02)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* allow for a custom json_processor (#80) by [@TwistingTwists](https://github.com/TwistingTwists)
16+
17+
* changed chat-live message history order before adding it to langchain (#78) by srmico
18+
19+
* crash with embedded resource (#77) by [@nallwhy](https://github.com/nallwhy)
20+
21+
### Improvements:
22+
23+
* add documentation for tool private attribute behavior (#81) by marot
24+
25+
* add documentation for tool private attribute behavior by marot
26+
27+
* install usage rules better by [@zachdaniel](https://github.com/zachdaniel)
28+
829
## [v0.2.3](https://github.com/ash-project/ash_ai/compare/v0.2.2...v0.2.3) (2025-06-25)
930

1031

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule AshAi.MixProject do
55
Integrated LLM features for your Ash application.
66
"""
77

8-
@version "0.2.3"
8+
@version "0.2.4"
99

1010
@source_url "https://github.com/ash-project/ash_ai"
1111

0 commit comments

Comments
 (0)