Skip to content

Commit a6aec73

Browse files
committed
chore: release version v1.0.15
1 parent 9d7505d commit a6aec73

File tree

7 files changed

+10
-145
lines changed

7 files changed

+10
-145
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

.github/CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v1.0.15](https://github.com/ash-project/ash_double_entry/compare/v1.0.14...v1.0.15) (2025-06-04)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* use `{:not_atomic` to trigger the non atomic version of transfer update
16+
817
## [v1.0.14](https://github.com/ash-project/ash_double_entry/compare/v1.0.13...v1.0.14) (2025-04-10)
918

1019

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule AshDoubleEntry.MixProject do
22
use Mix.Project
33

4-
@version "1.0.14"
4+
@version "1.0.15"
55
@description """
66
A customizable double entry bookkeeping system backed by Ash resources.
77
"""

0 commit comments

Comments
 (0)