chore: release version v1.0.0-rc.0

This commit is contained in:
Zach Daniel 2024-04-01 17:22:10 -04:00
parent 007d01d654
commit c7f76f40e4
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.0.0-rc.0](https://github.com/ash-project/ash_double_entry/compare/v0.2.4...v1.0.0-rc.0) (2024-04-01)
### Breaking Changes:
* update to Ash 3.0
### Bug Fixes:
* correct amount_delta calculation from destorying (#13)
## [v0.2.4](https://github.com/ash-project/ash_double_entry/compare/v0.2.3...v0.2.4) (2024-02-14)

View file

@ -12,7 +12,7 @@ The package can be installed by adding `ash_double_entry` to your list of depend
```elixir
def deps do
[
{:ash_double_entry, "~> 0.2.4"}
{:ash_double_entry, "~> 1.0.0-rc.0"}
]
end
```

View file

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