diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c37b99b0..1d4b11c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.9.1](https://github.com/haskell-nix/hnix/compare/0.9.0...0.9.1) (2020-07-13) + +* `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: 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