Release 1.0.5.0
All checks were successful
Build / audit (push) Successful in 8s
Build / test (push) Successful in 7m59s
Build / doc (push) Successful in 8m5s
Release / release (push) Successful in 4s

This commit is contained in:
Eugen Wissner 2024-11-21 15:59:44 +01:00
parent 8aa2e521c4
commit 8417be25d7
Signed by: belka
GPG Key ID: A27FDC1E8EE902C0
2 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,10 @@ The format is based on
and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
## [1.0.5.0] - 2024-11-21
### Added
- Add `ToGraphQL` and `FromGraphQL` instances for `Value` and `HashMap`.
## [1.0.4.0] - 2024-10-24
### Added
- `gql` quasi quoter which generates a string literal with the first line
@ -37,6 +41,7 @@ and this project adheres to
- JSON serialization.
- Test helpers.
[1.0.5.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.4.0...v1.0.5.0
[1.0.4.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.3.0...v1.0.4.0
[1.0.3.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.2.0...v1.0.3.0
[1.0.2.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.1.0...v1.0.2.0

View File

@ -1,7 +1,7 @@
cabal-version: 3.0
name: graphql-spice
version: 1.0.4.0
version: 1.0.5.0
synopsis: GraphQL with batteries
description: Various extensions and convenience functions for the core
graphql package.