chore: release version v1.52.0-rc.21

This commit is contained in:
Zach Daniel 2022-07-19 19:32:58 -04:00
parent 98a64577d9
commit 1c7babd2b4
3 changed files with 27 additions and 2 deletions

View file

@ -5,6 +5,31 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.52.0-rc.21](https://github.com/ash-project/ash/compare/v1.52.0-rc.20...v1.52.0-rc.21) (2022-07-19)
### Bug Fixes:
* use `Map.get/2` when getting paths if the value is a struct
### Improvements:
* add || and && operators
* sort parsing helpers
* add `Ash.Sort.parse_input!/2`
* add `transfer_context/1` and `get_context_for_transfer/0`
* add process-based actor, tenant and query/changeset context
* add `always_authorize?` and `require_actor?` to api config
* support paths in `actor/1`
## [v1.52.0-rc.20](https://github.com/ash-project/ash/compare/v1.52.0-rc.19...v1.52.0-rc.20) (2022-07-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.20"}
{:ash, "~> 1.52.0-rc.21"}
]
end
```

View file

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