chore: release version v1.52.0-rc.13

This commit is contained in:
Zach Daniel 2022-06-27 12:51:22 -04:00
parent 4a5b7535d3
commit 4dd33e171f
3 changed files with 31 additions and 2 deletions

View file

@ -5,6 +5,35 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.52.0-rc.13](https://github.com/ash-project/ash/compare/v1.52.0-rc.12...v1.52.0-rc.13) (2022-06-27)
### Bug Fixes:
* bad return value for `destroy!` + `return_notifications?: true`
* use digraph to order transformers
* things breaking due to stricter expectations on type function inputs
* depend on all entries in registry
### Improvements:
* `Ash.Generator`
* add `Ash.Seed` module with seed helpers
* add basic type handling for non embedded resources
* better transformer ordering error
* don't pay massive costs of a function undefined error
* optimize related resource inclusion check
## [v1.52.0-rc.12](https://github.com/ash-project/ash/compare/v1.52.0-rc.11...v1.52.0-rc.12) (2022-06-14)

View file

@ -18,7 +18,7 @@ With that said, we are getting closer and closer to a non-beta release. The prim
```elixir
def deps do
[
{:ash, "~> 1.52.0-rc.12"}
{:ash, "~> 1.52.0-rc.13"}
]
end
```

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""
@version "1.52.0-rc.12"
@version "1.52.0-rc.13"
def project do
[