chore: release version v0.2.1

This commit is contained in:
Zach Daniel 2024-03-28 14:34:53 -04:00
parent 15eae1b469
commit 3a2add40c3
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.2.1](https://github.com/ash-project/splode/compare/v0.2.0...v0.2.1) (2024-03-28)
### Bug Fixes:
* properly produce unknown error on empty list provided
## [v0.2.0](https://github.com/ash-project/splode/compare/v0.1.1...v0.2.0) (2024-03-18)
### Breaking Changes:

View file

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