Release v0.4.0

This commit is contained in:
Utku Demir 2024-01-21 19:35:25 +13:00
parent 90310807ce
commit cad24a5af1
2 changed files with 9 additions and 1 deletions

View File

@ -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][])

View File

@ -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