From b7d31a0611b284ab55919d62c95f825e0e4f3f8c Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 25 Jun 2021 13:51:45 -0400 Subject: [PATCH] chore: release version v1.45.0-rc16 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ mix.exs | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 498d8fb2..2b37495d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,33 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.45.0-rc16](https://github.com/ash-project/ash/compare/v1.45.0-rc15...v1.45.0-rc16) (2021-06-25) + + + + +### Bug Fixes: + +* ensure ci_strings casted after constraints + +* Revert "more optimized types" + +* revert a suboptimal change to the type system + +* don't call `type()` on `:string` + +* optimize ash type loading + +### Improvements: + +* add `{:arg, :name}` input for `set_attribute` + +* revamp ci_string + +* add `Ash.Type.type/1` + +* more optimized types + ## [v1.45.0-rc15](https://github.com/ash-project/ash/compare/v1.45.0-rc14...v1.45.0-rc15) (2021-06-25) diff --git a/mix.exs b/mix.exs index ea84dd54..f88b5d55 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "1.45.0-rc15" + @version "1.45.0-rc16" def project do [