Skip to content

Commit

Permalink
chore: release version v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Mar 30, 2024
1 parent 9674614 commit 9f0ed5e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [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)


Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/getting-started-with-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 9f0ed5e

Please sign in to comment.