Skip to content

Commit

Permalink
chore: release version v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jun 23, 2024
1 parent f543bc8 commit b9955d8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- 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)

### Improvements:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule AshDoubleEntry.MixProject do
use Mix.Project

@version "1.0.2"
@version "1.0.3"
@description """
A customizable double entry bookkeeping system backed by Ash resources.
"""
Expand Down

0 comments on commit b9955d8

Please sign in to comment.