Skip to content

Commit

Permalink
chore: release version v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed May 2, 2024
1 parent 623b27b commit b58526c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit b58526c

Please sign in to comment.