diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e99b97..ff094ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.4.0 - 2024-01-21: + +* feat: Allow passing `--store` for alternative nix store (e.g. remote binary cache) (thanks @bryango, PR: [#79][]) +* feat: Graphviz export via `--dot` flag (thanks @SomeoneSerge, issue: [#59][]) + +[#79]: https://github.com/utdemir/nix-tree/pull/79 +[#59]: https://github.com/utdemir/nix-tree/issues/59 + ## 0.3.3 - 2024-01-17: * chore: Update 'brick' & 'optparse-applicative' library to work with the newer Stackage snapshot (thanks @ncfavier, PR: [#78][]) diff --git a/nix-tree.cabal b/nix-tree.cabal index 2dd3b52..e1f5dcb 100644 --- a/nix-tree.cabal +++ b/nix-tree.cabal @@ -3,7 +3,7 @@ cabal-version: 2.4 name: nix-tree synopsis: Interactively browse a Nix store paths dependencies description: A terminal curses application to browse a Nix store paths dependencies -version: 0.3.3 +version: 0.4.0 homepage: https://github.com/utdemir/nix-tree license: BSD-3-Clause license-file: LICENSE