chore: release version v2.0.0-rc.5

This commit is contained in:
Zach Daniel 2022-09-14 11:21:45 -04:00
parent 2dae8ffa44
commit b152cdd6a3
2 changed files with 20 additions and 1 deletions

View file

@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.0.0-rc.5](https://github.com/ash-project/ash/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2022-09-14)
### Bug Fixes:
* inspect the match for default message
### Improvements:
* validate aggregate paths supported
* add `filterable?` option to relationships
* add data layer capability for aggregate relationships & filter relationships
* add guide on manual relationships
## [v2.0.0-rc.4](https://github.com/ash-project/ash/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2022-09-12)

View file

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