chore: release version v1.47.0

This commit is contained in:
Zach Daniel 2021-07-22 16:26:21 -04:00
parent 4ea0e62a79
commit afc74b7a89
2 changed files with 22 additions and 1 deletions

View file

@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v1.47.0](https://github.com/ash-project/ash/compare/v1.46.13...v1.47.0) (2021-07-22)
### Features:
* Ash.Resource.Info: add &public_field/2 helper (#254)
* Ash.Resource.Info: add &sortable?/3 helper
### Bug Fixes:
* load calculations from sorts properly
* rename conflicting test name
* fix complex attribute check
* disallow aggregate/calculation sorting w/ keyset pagination
## [v1.46.13](https://github.com/ash-project/ash/compare/v1.46.12...v1.46.13) (2021-07-21) ## [v1.46.13](https://github.com/ash-project/ash/compare/v1.46.12...v1.46.13) (2021-07-21)

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.46.13" @version "1.47.0"
def project do def project do
[ [