chore: release version v0.1.6-rc.2

This commit is contained in:
Zach Daniel 2024-05-05 11:44:06 -04:00
parent dde38fdad4
commit 62d53ccee2
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 --> <!-- changelog -->
## [v0.1.6-rc.2](https://github.com/ash-project/ash_money/compare/v0.1.6-rc.1...v0.1.6-rc.2) (2024-05-05)
### Bug Fixes:
* update ash_postgres dependency and fix version numbers in extension
## [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) ## [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)

View file

@ -6,7 +6,7 @@
def deps() def deps()
[ [
... ...
{:ash_money, "~> 0.1.6-rc.1"} {:ash_money, "~> 0.1.6-rc.2"}
] ]
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.6-rc.1" @version "0.1.6-rc.2"
@description """ @description """
The extension for working with money types in Ash. The extension for working with money types in Ash.