From 95468dc9e1a11690f48fc93cdf14a0709a0a3f59 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 29 Apr 2024 09:11:13 -0400 Subject: [PATCH] chore: release version v0.1.6-rc.1 --- CHANGELOG.md | 11 +++++++++++ documentation/tutorials/get-started-with-ash-money.md | 2 +- mix.exs | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeaccb8..7e5e35a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) + + + + +### Improvements: + +* add `Comp` implementation for money + +* support casting atomic in money type + ## [v0.1.6-rc.0](https://github.com/ash-project/ash_money/compare/v0.1.5...v0.1.6-rc.0) (2024-04-01) diff --git a/documentation/tutorials/get-started-with-ash-money.md b/documentation/tutorials/get-started-with-ash-money.md index b1ed864..cd1ef2e 100644 --- a/documentation/tutorials/get-started-with-ash-money.md +++ b/documentation/tutorials/get-started-with-ash-money.md @@ -6,7 +6,7 @@ def deps() [ ... - {:ash_money, "~> 0.1.6-rc.0"} + {:ash_money, "~> 0.1.6-rc.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 193ea71..138b10f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshMoney.MixProject do use Mix.Project - @version "0.1.6-rc.0" + @version "0.1.6-rc.1" @description """ A money extension for Ash.