From 3981a0f08ec33d71220eb182eb7b1f70b1b4a3e7 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Mon, 13 Jul 2020 10:33:17 +0200 Subject: [PATCH 1/2] changelog: add 0.9.1 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c37b99b0..07918af99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.9.1](https://github.com/haskell-nix/hnix/compare/0.9.0...0.9.1) (2020-07-13) + +* Previous release was `0.9.0`. In new release: + +* `builtins.nixVersion` bumped from 2.0 to 2.3 +* Documentation improvements for `Nix.{Atoms,Expr.Types}` +* Reduced number of dependencies +* REPL improvements + * Better tab completion + * Multi-line input + * Support for passing evaluated expression result of `hnix --eval -E` + to REPL as `input` variable. + * Support for loading `.hnixrc` from current directory + ## [0.9.0](https://github.com/haskell-nix/hnix/compare/0.8.0...0.9.0) (2020-06-15) * Changelog started. Previous release was `0.8.0`. In new release: From 97ac1dbfb89e666d3f7892fd1f49c77b9a6ca0f9 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Mon, 13 Jul 2020 10:34:19 +0200 Subject: [PATCH 2/2] hnix.cabal: version 0.9.1 --- CHANGELOG.md | 2 -- hnix.cabal | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07918af99..1d4b11c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ ## [0.9.1](https://github.com/haskell-nix/hnix/compare/0.9.0...0.9.1) (2020-07-13) -* Previous release was `0.9.0`. In new release: - * `builtins.nixVersion` bumped from 2.0 to 2.3 * Documentation improvements for `Nix.{Atoms,Expr.Types}` * Reduced number of dependencies diff --git a/hnix.cabal b/hnix.cabal index 03075dae5..354e00937 100644 --- a/hnix.cabal +++ b/hnix.cabal @@ -1,5 +1,5 @@ name: hnix -version: 0.9.0 +version: 0.9.1 synopsis: Haskell implementation of the Nix language description: Haskell implementation of the Nix language. category: System, Data, Nix