Release 1.0.7.0
All checks were successful
Build / audit (push) Successful in 9s
Build / test (push) Successful in 9m6s
Build / doc (push) Successful in 9m10s
Release / release (push) Successful in 5s

This commit is contained in:
2026-01-25 10:00:18 +01:00
parent ac28da0dd7
commit 6dc6229943
2 changed files with 5 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ The format is based on
and this project adheres to and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/). [Haskell Package Versioning Policy](https://pvp.haskell.org/).
## [Unreleased] ## [1.0.7.0] - 2026-01-25
### Removed ### Removed
- Deprecated `Language.GraphQL.Class.gql` (moved to `Language.GraphQL.TH`). - Deprecated `Language.GraphQL.Class.gql` (moved to `Language.GraphQL.TH`).
@@ -53,7 +53,7 @@ and this project adheres to
- JSON serialization. - JSON serialization.
- Test helpers. - Test helpers.
[Unreleased]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.6.0...master [1.0.7.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.6.0...v1.0.7.0
[1.0.6.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.5.0...v1.0.6.0 [1.0.6.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.5.0...v1.0.6.0
[1.0.5.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.4.0...v1.0.5.0 [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.4.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.3.0...v1.0.4.0

View File

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