chore: release version v0.18.0-rc0

This commit is contained in:
Zach Daniel 2022-06-10 15:05:12 -04:00
parent 598e9c5616
commit 9bb12460d4
2 changed files with 30 additions and 1 deletions

View file

@ -5,6 +5,35 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.18.0-rc0](https://github.com/ash-project/ash_graphql/compare/v0.17.5-rc1...v0.18.0-rc0) (2022-06-10)
### Features:
* add policy breakdowns option (#35)
### Bug Fixes:
* update to latest ash and use new interval type
* Types with no constraints crash (#34)
* update to latest ash, fix transformer, get tests working
* Handle error if multitenant resource was fetched without tenant being set (#33)
* depend on registry at compile time
### Improvements:
* handle `Page.InvalidKeyset` error
* require registry explicitly to help with compile times
* setup generate_object? setting on resource (#32)
## [v0.17.5-rc1](https://github.com/ash-project/ash_graphql/compare/v0.17.5-rc0...v0.17.5-rc1) (2022-05-23)

View file

@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do
An absinthe-backed graphql extension for Ash
"""
@version "0.17.5-rc1"
@version "0.18.0-rc0"
def project do
[