File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments