chore: release version v0.1.8

This commit is contained in:
Zach Daniel 2024-06-18 16:48:25 -04:00
parent 5c6ea286df
commit edac06fc70
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.8](https://github.com/ash-project/ash_money/compare/v0.1.7...v0.1.8) (2024-06-18)
### Improvements:
* add comparison operators to the extension
* add more operator overloads
## [v0.1.7](https://github.com/ash-project/ash_money/compare/v0.1.6...v0.1.7) (2024-05-12)

View file

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

View file

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