chore: release version v0.6.1

This commit is contained in:
Zach Daniel 2020-06-20 19:04:20 -04:00
parent d95e984193
commit ef16cfa23a
No known key found for this signature in database
GPG key ID: C377365383138D4B
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v0.6.1](https://github.com/ash-project/ash/compare/0.6.0...v0.6.1) (2020-06-20)
### Bug Fixes:
* raised error message contents
* parent error messages
* relationship path clause
## [v0.6.0](https://github.com/ash-project/ash/compare/0.5.2...v0.6.0) (2020-06-19) ## [v0.6.0](https://github.com/ash-project/ash/compare/0.5.2...v0.6.0) (2020-06-19)

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 "0.6.0" @version "0.6.1"
def project do def project do
[ [