diff --git a/dhall-docs/CHANGELOG.md b/dhall-docs/CHANGELOG.md index 015ef923a..f34946f0a 100644 --- a/dhall-docs/CHANGELOG.md +++ b/dhall-docs/CHANGELOG.md @@ -1,3 +1,11 @@ +1.0.12 + +* [Fix white flashes on page load in dark mode](https://github.com/dhall-lang/dhall-haskell/pull/2574) +* [Render standalone text files as preformatted text](https://github.com/dhall-lang/dhall-haskell/pull/2565) +* [Render Markdown files as HTML](https://github.com/dhall-lang/dhall-haskell/pull/2579) +* [Default to browser settings for dark mode](https://github.com/dhall-lang/dhall-haskell/pull/2582) +* [Fix typo and formatting in a warning message](https://github.com/dhall-lang/dhall-haskell/pull/2572) + 1.0.11 * Build against `dhall-1.42` diff --git a/dhall-docs/dhall-docs.cabal b/dhall-docs/dhall-docs.cabal index 874937c35..c4b9244f7 100644 --- a/dhall-docs/dhall-docs.cabal +++ b/dhall-docs/dhall-docs.cabal @@ -1,5 +1,5 @@ Name: dhall-docs -Version: 1.0.11 +Version: 1.0.12 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 diff --git a/dhall-json/CHANGELOG.md b/dhall-json/CHANGELOG.md index c9bc8d9f9..347084593 100644 --- a/dhall-json/CHANGELOG.md +++ b/dhall-json/CHANGELOG.md @@ -1,3 +1,7 @@ +1.7.13 + +* [Export `UnionConv`](https://github.com/dhall-lang/dhall-haskell/pull/2570) + 1.7.12 * Build against `dhall-1.42` diff --git a/dhall-lsp-server/dhall-lsp-server.cabal b/dhall-lsp-server/dhall-lsp-server.cabal index 79c09815a..4aa2f5121 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.3 +Version: 1.1.4 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 907176d3b..e9c182a27 100644 --- a/dhall-nix/dhall-nix.cabal +++ b/dhall-nix/dhall-nix.cabal @@ -1,5 +1,5 @@ Name: dhall-nix -Version: 1.1.26 +Version: 1.1.27 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 diff --git a/dhall-openapi/dhall-openapi.cabal b/dhall-openapi/dhall-openapi.cabal index 8f6ebc1fd..c951048b1 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.6 +Version: 1.0.7 Homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-openapi#dhall-openapi Author: Fabrizio Ferrai Maintainer: GenuineGabriella@gmail.com diff --git a/dhall-toml/CHANGELOG.md b/dhall-toml/CHANGELOG.md index 1cf80824f..8d6758b04 100644 --- a/dhall-toml/CHANGELOG.md +++ b/dhall-toml/CHANGELOG.md @@ -1,3 +1,8 @@ +1.0.4 + +* [Add support for `Prelude.Map.Type`](https://github.com/dhall-lang/dhall-haskell/pull/2549) +* [Fix loading of relative paths](https://github.com/dhall-lang/dhall-haskell/pull/2607) + 1.0.3 * [Support `Integer`s](https://github.com/dhall-lang/dhall-haskell/pull/2469) diff --git a/dhall-toml/dhall-toml.cabal b/dhall-toml/dhall-toml.cabal index c15c48aa1..c746213ee 100644 --- a/dhall-toml/dhall-toml.cabal +++ b/dhall-toml/dhall-toml.cabal @@ -1,5 +1,5 @@ Name: dhall-toml -Version: 1.0.3 +Version: 1.0.4 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 diff --git a/dhall/CHANGELOG.md b/dhall/CHANGELOG.md index 3a4f1922b..b37d2d145 100644 --- a/dhall/CHANGELOG.md +++ b/dhall/CHANGELOG.md @@ -1,3 +1,23 @@ +1.42.2 + +* [Supports standard version 23.1.0](https://github.com/dhall-lang/dhall-lang/releases/tag/v23.1.0) + * [Allow `Natural` and `Integer` literals in binary notation](https://github.com/dhall-lang/dhall-haskell/pull/2540) +* Fix macOS build [[#2561](https://github.com/dhall-lang/dhall-haskell/pull/2561)] / [[#2586](https://github.com/dhall-lang/dhall-haskell/pull/2586)] +* [`dhall to-directory-tree`: Fix support for empty `Map`s](https://github.com/dhall-lang/dhall-haskell/pull/2609) +* [`Dhall.TH`: Improve recompilation checking](https://github.com/dhall-lang/dhall-haskell/pull/2620) + * `Dhall.TH` utilities now use `addDependentFile` internally so that GHC will recompile if any Dhall dependencies change +* Performance improvements + * Optimize `Natural/fold`: [[#2585](https://github.com/dhall-lang/dhall-haskell/pull/2585)] / [[#2596](https://github.com/dhall-lang/dhall-haskell/pull/2596)] + * [Improve `Dhall.Map.traverseWithKey` performance](https://github.com/dhall-lang/dhall-haskell/pull/2589) + * The fold will now short-circuit if it reaches a fixed point + * [#2611](https://github.com/dhall-lang/dhall-haskell/pull/2611) +* Fixes and improvements to test suite + * [#2593](https://github.com/dhall-lang/dhall-haskell/pull/2593) +* Fixes and improvements to haddocks + * [#2546](https://github.com/dhall-lang/dhall-haskell/pull/2546) +* Fixes and improvements to code formatting + * [#2608](https://github.com/dhall-lang/dhall-haskell/pull/2608) + 1.42.1 * Add several new entrypoints to `Dhall` module [[#2534](https://github.com/dhall-lang/dhall-haskell/pull/2534)] / [[#2544](https://github.com/dhall-lang/dhall-haskell/pull/2544)] diff --git a/dhall/dhall-lang b/dhall/dhall-lang index 25cf020ab..932a4db57 160000 --- a/dhall/dhall-lang +++ b/dhall/dhall-lang @@ -1 +1 @@ -Subproject commit 25cf020ab307cb2d66826b0d1ddac8bc89241e27 +Subproject commit 932a4db57ed1a6de36773077ba21e7f85bc0b20d diff --git a/dhall/dhall.cabal b/dhall/dhall.cabal index 0da2d2bf5..74da6839e 100644 --- a/dhall/dhall.cabal +++ b/dhall/dhall.cabal @@ -1,6 +1,6 @@ Cabal-Version: 2.4 Name: dhall -Version: 1.42.1 +Version: 1.42.2 Build-Type: Simple License: BSD-3-Clause License-File: LICENSE