chore: release version v0.1.6-rc.1

This commit is contained in:
Zach Daniel 2024-04-29 09:11:13 -04:00
parent a0b70097ab
commit 95468dc9e1
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 -->
## [v0.1.6-rc.1](https://github.com/ash-project/ash_money/compare/v0.1.6-rc.0...v0.1.6-rc.1) (2024-04-29)
### Improvements:
* add `Comp` implementation for money
* support casting atomic in money type
## [v0.1.6-rc.0](https://github.com/ash-project/ash_money/compare/v0.1.5...v0.1.6-rc.0) (2024-04-01)

View file

@ -6,7 +6,7 @@
def deps()
[
...
{:ash_money, "~> 0.1.6-rc.0"}
{:ash_money, "~> 0.1.6-rc.1"}
]
end
```

View file

@ -1,7 +1,7 @@
defmodule AshMoney.MixProject do
use Mix.Project
@version "0.1.6-rc.0"
@version "0.1.6-rc.1"
@description """
A money extension for Ash.