From 9f0ed5ed7e2dd7d266a6497129782cea54bdb187 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sat, 30 Mar 2024 17:38:35 -0400 Subject: [PATCH] chore: release version v0.28.0 --- CHANGELOG.md | 29 +++++++++++++++++++ .../tutorials/getting-started-with-graphql.md | 2 +- mix.exs | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 423be202..be13bd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,35 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.28.0](https://github.com/ash-project/ash_graphql/compare/v0.27.1...v0.28.0) (2024-03-30) + + + + +### Features: + +* allow resources without types (#121) + +* allow resources without types + +* allow providing descriptions for enum values (#117) + +* allow providing descriptions for enum values + +### Bug Fixes: + +* regenerate spark formatter and cheatsheet + +* add `show_fields` to `spark_locals_without_parens` in formatter (#122) + +* include generic actions in enum filtering + +### Improvements: + +* add `show_fields` option as explicit fields whitelist (#120) + +* make pagination more explicitly configurable + ## [v0.27.1](https://github.com/ash-project/ash_graphql/compare/v0.27.0...v0.27.1) (2024-03-11) diff --git a/documentation/tutorials/getting-started-with-graphql.md b/documentation/tutorials/getting-started-with-graphql.md index 19189c47..5fd1171c 100644 --- a/documentation/tutorials/getting-started-with-graphql.md +++ b/documentation/tutorials/getting-started-with-graphql.md @@ -10,7 +10,7 @@ If you haven't already, read the [Ash Getting Started Guide](https://hexdocs.pm/ def deps() [ ... - {:ash_graphql, "~> 0.27.1"} + {:ash_graphql, "~> 0.28.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 611c599d..2dc241b0 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do An absinthe-backed graphql extension for Ash """ - @version "0.27.1" + @version "0.28.0" def project do [