chore: release version v1.13.0

This commit is contained in:
Zach Daniel 2020-09-01 23:37:34 -04:00
parent 243c9f05a2
commit 78cde9cacf
No known key found for this signature in database
GPG key ID: C377365383138D4B
3 changed files with 33 additions and 2 deletions

View file

@ -5,6 +5,37 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.13.0](https://github.com/ash-project/ash/compare/v1.12.0...v1.13.0) (2020-09-02)
### Features:
* required belongs_to relationships (#107)
* support filter templates on read actions
* builtin concat calculation
* add changes to actions (#106)
* add `accept` option to create/update actions (#105)
* add `Ash.NotLoaded` back, simpler defaults
* improve errors (add stacktraces)
### Bug Fixes:
* various delegate data layer improvements
* engine halting issues
* resolve engine deadlocks
* support nested lists of filters
## [v1.12.0](https://github.com/ash-project/ash/compare/v1.11.1...v1.12.0) (2020-08-27)
### Features:

View file

@ -12,7 +12,7 @@ Ash is in alpha. The package version is 1.0.0+, and most of the time that means
```elixir
def deps do
[
{:ash, "~> 1.12.0"}
{:ash, "~> 1.13.0"}
]
end
```

View file

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