chore: release version v1.48.0-rc.6

This commit is contained in:
Zach Daniel 2021-09-20 16:31:25 -04:00
parent c19acf767c
commit ebf25bd697
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 -->
## [v1.48.0-rc.6](https://github.com/ash-project/ash/compare/v1.48.0-rc.5...v1.48.0-rc.6) (2021-09-20)
### Bug Fixes:
* support `on` for global changes
* return proper result when input is struct
* remove File.read! from docs
### Improvements:
* skip resource action if no changes have been made
* add `changing_attributes?/1` to determine if any attributes are chaning
* add global changes
## [v1.48.0-rc.5](https://github.com/ash-project/ash/compare/v1.48.0-rc.4...v1.48.0-rc.5) (2021-09-17)

View file

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