File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1212
1313<!-- changelog -->
1414
15+ ## [ v0.3.1] ( https://github.com/ash-project/splode/compare/v0.3.0...v0.3.1 ) (2026-04-13)
16+
17+
18+
19+
20+ ### Improvements:
21+
22+ * add ` traverse_errors/2 ` callback and function to Splode by Zach Daniel
23+
24+ * warn on using reserved splode fields by Zach Daniel
25+
1526## [ v0.3.0] ( https://github.com/ash-project/splode/compare/v0.2.10...v0.3.0 ) (2026-01-16)
1627
1728
Original file line number Diff line number Diff line change 55defmodule Splode.MixProject do
66 use Mix.Project
77
8- @ version "0.3.0 "
8+ @ version "0.3.1 "
99
1010 @ description """
1111 Splode helps you deal with errors and exceptions in your application that are aggregatable and consistent.
You can’t perform that action at this time.
0 commit comments