chore: release version v0.1.2

This commit is contained in:
Zach Daniel 2023-12-04 16:19:39 -05:00
parent 3d0d7fc72a
commit 965cb34245
3 changed files with 19 additions and 2 deletions

View file

@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.1.2](https://github.com/ash-project/ash_money/compare/v0.1.1...v0.1.2) (2023-12-04)
### Bug Fixes:
* add composite type storage_alias
### Improvements:
* add more optional deps for proper compile order
* docs & optional deps
* support new `Ash.Type` composite type callbacks
## [v0.1.1](https://github.com/ash-project/ash_money/compare/v0.1.0...v0.1.1) (2023-11-27)

View file

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

View file

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