chore: release version v2.0.0-rc.13

This commit is contained in:
Zach Daniel 2022-10-04 02:03:58 -04:00
parent bef54aaba9
commit 64bd4355bd
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 -->
## [v2.0.0-rc.13](https://github.com/ash-project/ash/compare/v2.0.0-rc.12...v2.0.0-rc.13) (2022-10-04)
### Features:
* `show_private?` option for diagrams (#396)
* generate mermaid entity relationship diagrams from a given api (#376)
### Bug Fixes:
* add back in `new/2` to Changeset
* properly load nested calcs
* switch from no_depend_modules in most places
* properly display compare/2 error message
* use the short type for aggregate types
* `kind_to_type/2` returns tagged tuple
### Improvements:
* allow select/load callbacks for calcs to return irrelevant keys
* optimize load equality matching by not using `Comp`
* Forbid reserved field names (#388)
* validate accepted and rejected attributes in actions (#395)
* support zero argument functions in `compare/2`
## [v2.0.0-rc.12](https://github.com/ash-project/ash/compare/v2.0.0-rc.11...v2.0.0-rc.12) (2022-09-30)

View file

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