Release new instances as 1.0.2.0

This commit is contained in:
Eugen Wissner 2023-07-07 16:45:47 +02:00
parent 62cf943b87
commit c08cb59b21
Signed by: belka
GPG Key ID: A27FDC1E8EE902C0
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ The format is based on
and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
## [Unreleased]
## [1.0.2.0] - 2023-07-07
### Added
- `ToGraphQL` and `FromGraphQL` instances for `Word` types, `Float`, `Double`,
and `Scientific`.
@ -26,5 +26,5 @@ and this project adheres to
- JSON serialization.
- Test helpers.
[Unreleased]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.1.0...master
[1.0.2.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.1.0...v1.0.2.0
[1.0.1.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.0.0...v1.0.1.0

View File

@ -1,7 +1,7 @@
cabal-version: 2.4
name: graphql-spice
version: 1.0.1.0
version: 1.0.2.0
synopsis: GraphQL with batteries
description: Various extensions and convenience functions for the core
graphql package.
@ -16,7 +16,7 @@ license-files: LICENSE
build-type: Simple
extra-source-files: CHANGELOG.md
tested-with:
GHC == 9.2.5
GHC == 9.2.8
source-repository head
type: git