chore: release version v0.1.6-rc.0

This commit is contained in:
Zach Daniel 2024-04-01 16:21:03 -04:00
parent 6f688beee3
commit 242f33f66e
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v0.1.6-rc.0](https://github.com/ash-project/ash_money/compare/v0.1.5...v0.1.6-rc.0) (2024-04-01)
## [v0.1.5](https://github.com/ash-project/ash_money/compare/v0.1.4...v0.1.5) (2024-04-01) ## [v0.1.5](https://github.com/ash-project/ash_money/compare/v0.1.4...v0.1.5) (2024-04-01)

View file

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

View file

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