chore: release version v1.38.0

This commit is contained in:
Zach Daniel 2021-03-31 17:10:48 -04:00
parent d6ee71ce53
commit d35f56f5a8
2 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.38.0](https://github.com/ash-project/ash/compare/v1.37.2...v1.38.0) (2021-03-31)
### Features:
* support `Ash.Query.distinct/2`
* add `build/2` query preparation
### Bug Fixes:
* manage_relationships *before* after_action callbacks
## [v1.37.2](https://github.com/ash-project/ash/compare/v1.37.1...v1.37.2) (2021-03-29)

View file

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