From 7462ff5265c7a85cf340b10dfbada570c9102a66 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 28 Jun 2021 13:27:49 -0400 Subject: [PATCH] chore: release version v1.45.0-rc18 --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ mix.exs | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 100d8504..2a24d375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,47 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.45.0-rc18](https://github.com/ash-project/ash/compare/v1.45.0-rc17...v1.45.0-rc18) (2021-06-28) + + + + +### Bug Fixes: + +* handle sorting empty data properly + +* manage ets tables properly + +* link request handler to engine and runner, solve mem leak + +* 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: + +* if "" fails to cast, cast it as `nil` instead + +* ReadActionRequiresActor error + +* `ensure_selected` change + +* don't perform `match` on `nil` + +* add `{:arg, :name}` input for `set_attribute` + +* revamp ci_string + +* add `Ash.Type.type/1` + +* more optimized types + ## [v1.45.0-rc17](https://github.com/ash-project/ash/compare/v1.45.0-rc16...v1.45.0-rc17) (2021-06-28) diff --git a/mix.exs b/mix.exs index 3d3bdb16..57657833 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-rc17" + @version "1.45.0-rc18" def project do [