chore: release version v0.2.2

This commit is contained in:
Zach Daniel 2024-04-05 19:32:26 -04:00
parent f6d92632f4
commit 030595dab8
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 --> <!-- changelog -->
## [v0.2.2](https://github.com/ash-project/splode/compare/v0.2.1...v0.2.2) (2024-04-05)
### Bug Fixes:
* loosen elixir language version requirement
## [v0.2.1](https://github.com/ash-project/splode/compare/v0.2.0...v0.2.1) (2024-03-28) ## [v0.2.1](https://github.com/ash-project/splode/compare/v0.2.0...v0.2.1) (2024-03-28)

View file

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