diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-10-24 16:23:33 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-10-24 16:23:33 +0200 |
| commit | e7fbf8b88a50ab844f859d614e7cbcf0241ef989 (patch) | |
| tree | a776d2645e5df9dedcedc59677e75d5f9d861275 | |
| parent | d280cd835fb8eb17faa39183b4e75127eba5c7c0 (diff) | |
| download | graphql-spice-e7fbf8b88a50ab844f859d614e7cbcf0241ef989.tar.gz | |
Release 1.0.4.0v1.0.4.0
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | graphql-spice.cabal | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bc44c57..aa3d29f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4.0] - 2024-10-24 ### Added - `gql` quasi quoter which generates a string literal with the first line starting at the first column and all following lines indented relative to the @@ -37,7 +37,7 @@ and this project adheres to - JSON serialization. - Test helpers. -[Unreleased]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.3.0...master +[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 [1.0.1.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.0.0...v1.0.1.0 diff --git a/graphql-spice.cabal b/graphql-spice.cabal index 21e6a00..6fbd6cb 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: graphql-spice -version: 1.0.3.0 +version: 1.0.4.0 synopsis: GraphQL with batteries description: Various extensions and convenience functions for the core graphql package. |
