chore: release version v1.45.0-rc17

This commit is contained in:
Zach Daniel 2021-06-28 12:05:35 -04:00
parent 294480ee34
commit 913f4219e6
2 changed files with 38 additions and 1 deletions

View file

@ -5,6 +5,43 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v1.45.0-rc17](https://github.com/ash-project/ash/compare/v1.45.0-rc16...v1.45.0-rc17) (2021-06-28)
### Bug Fixes:
* 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-rc16](https://github.com/ash-project/ash/compare/v1.45.0-rc15...v1.45.0-rc16) (2021-06-25) ## [v1.45.0-rc16](https://github.com/ash-project/ash/compare/v1.45.0-rc15...v1.45.0-rc16) (2021-06-25)

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends. designed to be used by multiple front ends.
""" """
@version "1.45.0-rc16" @version "1.45.0-rc17"
def project do def project do
[ [