ash_double_entry/CHANGELOG.md

40 lines
850 B
Markdown
Raw Normal View History

2023-08-19 16:53:42 +12:00
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
2023-08-20 07:07:44 +12:00
## [v0.1.2](https://github.com/ash-project/ash_double_entry/compare/v0.1.1...v0.1.2) (2023-08-19)
2023-08-20 07:08:17 +12:00
- Documentation updates & AshHq indexing fixes
2023-08-20 07:07:44 +12:00
2023-08-19 17:13:30 +12:00
## [v0.1.1](https://github.com/ash-project/ash_double_entry/compare/v0.1.0...v0.1.1) (2023-08-19)
### Bug Fixes:
* properly calculate balance_as_of_ulid when transfer is to or from account
2023-08-19 16:53:42 +12:00
## [v0.1.0](https://github.com/ash-project/ash_double_entry/compare/v0.1.0...v0.1.0) (2023-08-19)
### Bug Fixes:
* create balances after transfer is created
* don't require pagination
### Improvements:
* add CI & check commands
* wrap up initial implementaiton, add guides
* initial test suite & functionality