summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-11-21 15:59:44 +0100
committerEugen Wissner <belka@caraus.de>2024-11-21 15:59:44 +0100
commit8417be25d758be6570a39c81c47537d74a1c9596 (patch)
tree21316b3b51c42500797fd7189e2a603775599123
parent8aa2e521c4a16b8a350b120f19c1fcb650a9db1a (diff)
downloadgraphql-spice-8417be25d758be6570a39c81c47537d74a1c9596.tar.gz
Release 1.0.5.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--graphql-spice.cabal2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa3d29f..2cd95ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/graphql-spice.cabal b/graphql-spice.cabal
index 6fbd6cb..7f30b70 100644
--- a/graphql-spice.cabal
+++ b/graphql-spice.cabal
@@ -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.