chore: release version v0.2.0

This commit is contained in:
Zach Daniel 2024-03-18 15:53:36 -04:00
parent cd27664388
commit a3839e1196
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.2.0](https://github.com/ash-project/splode/compare/v0.1.1...v0.2.0) (2024-03-18)
### Breaking Changes:
* message/1 instead of splode_message/1
### Improvements:
* add `use Splode.ErrorClass`
* store the module that created an error in the `splode` key
## [v0.1.1](https://github.com/ash-project/splode/compare/v0.1.0...v0.1.1) (2024-03-15)
- Creating a new version so I can change the hex package description 😂

View file

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