chore: release version v0.1.7

This commit is contained in:
Zach Daniel 2024-05-12 12:52:10 -04:00
parent bfee360bfd
commit 7708cc6b32
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.1.7](https://github.com/ash-project/ash_money/compare/v0.1.6...v0.1.7) (2024-05-12)
### Improvements:
* add money sub & negation operators
## [v0.1.6](https://github.com/ash-project/ash_money/compare/v0.1.6-rc.2...v0.1.6) (2024-05-10)

View file

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

View file

@ -1,7 +1,7 @@
defmodule AshMoney.MixProject do
use Mix.Project
@version "0.1.6"
@version "0.1.7"
@description """
The extension for working with money types in Ash.