chore: release version v0.2.4

This commit is contained in:
Zach Daniel 2024-05-01 23:22:43 -04:00
parent 623b27bd90
commit b58526cb5c
2 changed files with 12 additions and 1 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.2.4](https://github.com/ash-project/splode/compare/v0.2.3...v0.2.4) (2024-05-02)
### Bug Fixes:
* properly return unwrapped list of errors when `:special` class is used
* Splode.Error.message/1 (#7)
## [v0.2.3](https://github.com/ash-project/splode/compare/v0.2.2...v0.2.3) (2024-04-23)

View file

@ -1,7 +1,7 @@
defmodule Splode.MixProject do
use Mix.Project
@version "0.2.3"
@version "0.2.4"
@description """
Splode helps you deal with errors and exceptions in your application that are aggregatable and consistent.