chore: release version v1.50.7

This commit is contained in:
Zach Daniel 2021-12-01 14:05:20 -05:00
parent 48d88151ba
commit 145b793b60
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 -->
## [v1.50.7](https://github.com/ash-project/ash/compare/v1.50.6...v1.50.7) (2021-12-01)
### Bug Fixes:
* missing rename on refactor
* typo in `unquote`
* mark `contains` as a predicate
### Improvements:
* expose small filter helpers
* make to_simple_filter fail better, add failure option
## [v1.50.6](https://github.com/ash-project/ash/compare/v1.50.5...v1.50.6) (2021-11-26)

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""
@version "1.50.6"
@version "1.50.7"
def project do
[