Skip to content

Commit f66d353

Browse files
committed
chore: release version v0.3.1
1 parent 7c782b6 commit f66d353

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
defmodule 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.

0 commit comments

Comments
 (0)