File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.7.0 - 2025-10-13:
4+
5+ * feat: Now available as a Haskell library (thanks @MangoIV (issue: [ #84 ] ), @blackheaven (PR: [ #129 ] ))
6+
7+ [ #84 ] : https://github.com/utdemir/nix-tree/issues/84
8+ [ #129 ] : https://github.com/utdemir/nix-tree/pull/129
9+
310## 0.6.3 - 2025-05-18:
411
512* feat: Disambiguate store paths with the same name (thanks @lf- , issue: [ #119 ] )
916* fix: Fix a failure when the store path does not have a signature. (thanks @minhtrancccp , issue [ #114 ] )
1017* chore: Update flake description to remove deprecated 'defaultPackage' field (thanks @minhtrancccp , issue [ #113 ] )
1118
12- # [ 113] : https://github.com/utdemir/nix-tree/issues/113
19+ [ # 113] : https://github.com/utdemir/nix-tree/issues/113
1320[ #114 ] : https://github.com/utdemir/nix-tree/issues/114
1421
1522## 0.6.1 - 2025-01-25:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: 2.4
33name : nix-tree
44synopsis : Interactively browse a Nix store paths dependencies
55description : A terminal curses application to browse a Nix store paths dependencies
6- version : 0.6.3
6+ version : 0.7.0
77homepage : https://github.com/utdemir/nix-tree
88license : BSD-3-Clause
99license-file : LICENSE
You can’t perform that action at this time.
0 commit comments