chore: release version v1.0.3

This commit is contained in:
Zach Daniel 2024-06-23 11:59:44 -04:00
parent f543bc80f5
commit b9955d82e0
2 changed files with 18 additions and 1 deletions

View file

@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v1.0.3](https://github.com/ash-project/ash_double_entry/compare/v1.0.2...v1.0.3) (2024-06-23)
### Bug Fixes:
* set a default for `create_accept`
### Improvements:
* use a guaranteed-last ulid for `balance_as_of` calculation
* accept attributes on transfer create
* don't use raising variations of resource calls
## [v1.0.2](https://github.com/ash-project/ash_double_entry/compare/v1.0.1...v1.0.2) (2024-06-18) ## [v1.0.2](https://github.com/ash-project/ash_double_entry/compare/v1.0.1...v1.0.2) (2024-06-18)
### Improvements: ### Improvements:

View file

@ -1,7 +1,7 @@
defmodule AshDoubleEntry.MixProject do defmodule AshDoubleEntry.MixProject do
use Mix.Project use Mix.Project
@version "1.0.2" @version "1.0.3"
@description """ @description """
A customizable double entry bookkeeping system backed by Ash resources. A customizable double entry bookkeeping system backed by Ash resources.
""" """