chore: release version v1.0.1

This commit is contained in:
Zach Daniel 2024-05-23 14:33:48 -04:00
parent 31d29e178f
commit 50d30bf9b2
3 changed files with 29 additions and 2 deletions

View file

@ -5,6 +5,33 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.0.1](https://github.com/ash-project/ash_graphql/compare/v1.0.0...v1.0.1) (2024-05-23)
### Features:
* allow passing custom descriptions to queries and mutations (#138)
### Bug Fixes:
* don't deduplicate argument types by argument name (#162)
* use Ash.EmbeddableType.ShadowDomain (#156)
* accepted attributes don't have to be `public?`
### Improvements:
* deduplicate map types across domains (#164)
* Implement AshGraphql.Error for Ash.Error.Query.ReadActionRequiresActor (#154)
* make mutation result errors list non-nullable (#144)
* make mutation result errors list non-nullable
## [v1.0.0](https://github.com/ash-project/ash_graphql/compare/v1.0.0-rc.4...v0.28.0) (2024-04-27)
The changelog is being restarted. See `/documentation/1.0-CHANGELOG.md` for previous changelogs.

View file

@ -10,7 +10,7 @@ If you haven't already, read the [Ash Getting Started Guide](https://hexdocs.pm/
def deps()
[
...
{:ash_graphql, "~> 1.0.0"}
{:ash_graphql, "~> 1.0.1"}
]
end
```

View file

@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do
The extension for building GraphQL APIs with Ash
"""
@version "1.0.0"
@version "1.0.1"
def project do
[