We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cfbec commit c9d9d22Copy full SHA for c9d9d22
CHANGELOG.md
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## [v0.2.9](https://github.com/ash-project/splode/compare/v0.2.8...v0.2.9) (2025-02-28)
9
+
10
11
12
13
+### Improvements:
14
15
+* show docs for exception function & keys in doc string
16
17
## [v0.2.8](https://github.com/ash-project/splode/compare/v0.2.7...v0.2.8) (2025-01-27)
18
19
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Splode.MixProject do
2
use Mix.Project
3
4
- @version "0.2.8"
+ @version "0.2.9"
@description """
Splode helps you deal with errors and exceptions in your application that are aggregatable and consistent.
0 commit comments