From 2d359afc2436fcc08cf184e1fe20f8f0d5bc38ad Mon Sep 17 00:00:00 2001 From: Gabriella Gonzalez Date: Mon, 15 Aug 2022 07:25:13 -0700 Subject: [PATCH] =?UTF-8?q?Version=201.41.1=20=E2=86=92=201.41.2=20(#2435)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dhall-csv/CHANGELOG.md | 5 +++++ dhall-csv/dhall-csv.cabal | 2 +- dhall-docs/CHANGELOG.md | 4 ++++ dhall-docs/dhall-docs.cabal | 2 +- dhall-json/CHANGELOG.md | 6 ++++++ dhall-json/dhall-json.cabal | 2 +- dhall-lsp-server/dhall-lsp-server.cabal | 2 +- dhall-nix/dhall-nix.cabal | 2 +- dhall-nixpkgs/dhall-nixpkgs.cabal | 2 +- dhall-openapi/dhall-openapi.cabal | 2 +- dhall-yaml/CHANGELOG.md | 6 ++++++ dhall-yaml/dhall-yaml.cabal | 2 +- dhall/CHANGELOG.md | 18 ++++++++++++++++++ dhall/dhall.cabal | 2 +- 14 files changed, 48 insertions(+), 9 deletions(-) diff --git a/dhall-csv/CHANGELOG.md b/dhall-csv/CHANGELOG.md index dc5041987..07fec790d 100644 --- a/dhall-csv/CHANGELOG.md +++ b/dhall-csv/CHANGELOG.md @@ -1,3 +1,8 @@ +1.0.3 + +* Builds against newer dependencies + * [`vector-0.13`](https://github.com/dhall-lang/dhall-haskell/pull/2427) + 1.0.2 * Build against `dhall-1.41` diff --git a/dhall-csv/dhall-csv.cabal b/dhall-csv/dhall-csv.cabal index ffc3835cc..573cf27c0 100644 --- a/dhall-csv/dhall-csv.cabal +++ b/dhall-csv/dhall-csv.cabal @@ -1,5 +1,5 @@ Name: dhall-csv -Version: 1.0.2 +Version: 1.0.3 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 diff --git a/dhall-docs/CHANGELOG.md b/dhall-docs/CHANGELOG.md index 930a3fd91..34b5d8ec7 100644 --- a/dhall-docs/CHANGELOG.md +++ b/dhall-docs/CHANGELOG.md @@ -1,3 +1,7 @@ +1.0.10 + +* [Index non-`.dhall` files](https://github.com/dhall-lang/dhall-haskell/pull/2407) + 1.0.9 * Build against `dhall-1.41` diff --git a/dhall-docs/dhall-docs.cabal b/dhall-docs/dhall-docs.cabal index ce82c9810..abdbb31ec 100644 --- a/dhall-docs/dhall-docs.cabal +++ b/dhall-docs/dhall-docs.cabal @@ -1,5 +1,5 @@ Name: dhall-docs -Version: 1.0.9 +Version: 1.0.10 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 diff --git a/dhall-json/CHANGELOG.md b/dhall-json/CHANGELOG.md index 6b9248390..e7e9d4ef4 100644 --- a/dhall-json/CHANGELOG.md +++ b/dhall-json/CHANGELOG.md @@ -1,3 +1,9 @@ +1.7.11 + +* [Add new `--preserve-header` option](https://github.com/dhall-lang/dhall-haskell/pull/2433) +* Builds against newer dependencies + * [`aeson-2.1`](https://github.com/dhall-lang/dhall-haskell/pull/2424) + 1.7.10 * [Don't use scientific notation for large integers](https://github.com/dhall-lang/dhall-haskell/pull/2352) diff --git a/dhall-json/dhall-json.cabal b/dhall-json/dhall-json.cabal index 70b0becf4..07f78f4be 100644 --- a/dhall-json/dhall-json.cabal +++ b/dhall-json/dhall-json.cabal @@ -1,5 +1,5 @@ Name: dhall-json -Version: 1.7.10 +Version: 1.7.11 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 diff --git a/dhall-lsp-server/dhall-lsp-server.cabal b/dhall-lsp-server/dhall-lsp-server.cabal index f157b7760..f39996e4f 100644 --- a/dhall-lsp-server/dhall-lsp-server.cabal +++ b/dhall-lsp-server/dhall-lsp-server.cabal @@ -1,5 +1,5 @@ name: dhall-lsp-server -Version: 1.1.1 +Version: 1.1.2 cabal-version: 1.12 synopsis: Language Server Protocol (LSP) server for Dhall homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme diff --git a/dhall-nix/dhall-nix.cabal b/dhall-nix/dhall-nix.cabal index b3709b8a6..f1439a3f2 100644 --- a/dhall-nix/dhall-nix.cabal +++ b/dhall-nix/dhall-nix.cabal @@ -1,5 +1,5 @@ Name: dhall-nix -Version: 1.1.24 +Version: 1.1.25 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 diff --git a/dhall-nixpkgs/dhall-nixpkgs.cabal b/dhall-nixpkgs/dhall-nixpkgs.cabal index 959fca265..1e96f3b20 100644 --- a/dhall-nixpkgs/dhall-nixpkgs.cabal +++ b/dhall-nixpkgs/dhall-nixpkgs.cabal @@ -1,4 +1,4 @@ -Version: 1.0.8 +Version: 1.0.9 Cabal-Version: >=1.10 Name: dhall-nixpkgs Synopsis: Convert Dhall projects to Nix packages diff --git a/dhall-openapi/dhall-openapi.cabal b/dhall-openapi/dhall-openapi.cabal index 8cd9326b8..341183f55 100644 --- a/dhall-openapi/dhall-openapi.cabal +++ b/dhall-openapi/dhall-openapi.cabal @@ -1,6 +1,6 @@ Cabal-Version: >=1.11 Name: dhall-openapi -Version: 1.0.4 +Version: 1.0.5 Homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-openapi#dhall-openapi Author: Fabrizio Ferrai Maintainer: Gabriel439@gmail.com diff --git a/dhall-yaml/CHANGELOG.md b/dhall-yaml/CHANGELOG.md index ebe5c057b..7701255fe 100644 --- a/dhall-yaml/CHANGELOG.md +++ b/dhall-yaml/CHANGELOG.md @@ -1,3 +1,9 @@ +1.2.11 + +* [Add new `--preserve-header` option](https://github.com/dhall-lang/dhall-haskell/pull/2410) +* Builds against newer dependencies + * [`aeson-2.1`](https://github.com/dhall-lang/dhall-haskell/pull/2424) + 1.2.10 * Build against `dhall-1.41` diff --git a/dhall-yaml/dhall-yaml.cabal b/dhall-yaml/dhall-yaml.cabal index 3631ba46d..003d121ff 100644 --- a/dhall-yaml/dhall-yaml.cabal +++ b/dhall-yaml/dhall-yaml.cabal @@ -1,5 +1,5 @@ Name: dhall-yaml -Version: 1.2.10 +Version: 1.2.11 Cabal-Version: >=1.10 Build-Type: Simple License: GPL-3 diff --git a/dhall/CHANGELOG.md b/dhall/CHANGELOG.md index 458d17db5..df693adc5 100644 --- a/dhall/CHANGELOG.md +++ b/dhall/CHANGELOG.md @@ -1,3 +1,21 @@ +1.41.2 + +* [BUG FIX: Fix `:hash` REPL command to α-normalize input](https://github.com/dhall-lang/dhall-haskell/pull/2420) +* [Add `{From,To}Dhall` instances for `DayOfWeek`](https://github.com/dhall-lang/dhall-haskell/pull/2413) +* [Add `{From,To}Dhall` instances for `ShortText`](https://github.com/dhall-lang/dhall-haskell/pull/2413) +* Performance improvements + * [#2423](https://github.com/dhall-lang/dhall-haskell/pull/2423) +* Fixes and improvements to haddocks + * [#2396](https://github.com/dhall-lang/dhall-haskell/pull/2396) +* Fixes and improvements to test suite + * [#2342](https://github.com/dhall-lang/dhall-haskell/pull/2382) + * [#2394](https://github.com/dhall-lang/dhall-haskell/pull/2394) +* Build against newer dependencies + * [`pretty-simple-4.1`](https://github.com/dhall-lang/dhall-haskell/pull/2408) + * [`aeson-2.1`](https://github.com/dhall-lang/dhall-haskell/pull/2424) + * [`vector-0.13`](https://github.com/dhall-lang/dhall-haskell/pull/2427) + * [`turtle-1.6`](https://github.com/dhall-lang/dhall-haskell/pull/2431) + 1.41.1 * [BUG FIX: Don't escape `?` path component when pretty-printing `with` expressions](https://github.com/dhall-lang/dhall-haskell/pull/2392) diff --git a/dhall/dhall.cabal b/dhall/dhall.cabal index 522681cd4..bf0767c56 100644 --- a/dhall/dhall.cabal +++ b/dhall/dhall.cabal @@ -1,6 +1,6 @@ Cabal-Version: 2.4 Name: dhall -Version: 1.41.1 +Version: 1.41.2 Build-Type: Simple License: BSD-3-Clause License-File: LICENSE