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 254cb89 commit 5b80f6bCopy full SHA for 5b80f6b
2 files changed
CHANGELOG.md
@@ -11,6 +11,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
11
12
<!-- changelog -->
13
14
+## [v1.0.16](https://github.com/ash-project/ash_double_entry/compare/v1.0.15...v1.0.16) (2026-01-21)
15
+
16
17
18
19
+### Bug Fixes:
20
21
+* #150: added `before?/1` clauses to the three transformers for `SetRelationshipSource` (#151) by Simon Bergström
22
23
## [v1.0.15](https://github.com/ash-project/ash_double_entry/compare/v1.0.14...v1.0.15) (2025-06-04)
24
25
mix.exs
@@ -5,7 +5,7 @@
5
defmodule AshDoubleEntry.MixProject do
6
use Mix.Project
7
8
- @version "1.0.15"
+ @version "1.0.16"
9
@description """
10
A customizable double entry bookkeeping system backed by Ash resources.
"""
0 commit comments