Skip to content

Commit 9513b01

Browse files
committed
Release v0.7.0
1 parent 3114cf1 commit 9513b01

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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])
@@ -9,7 +16,7 @@
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:

nix-tree.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 2.4
33
name: nix-tree
44
synopsis: Interactively browse a Nix store paths dependencies
55
description: A terminal curses application to browse a Nix store paths dependencies
6-
version: 0.6.3
6+
version: 0.7.0
77
homepage: https://github.com/utdemir/nix-tree
88
license: BSD-3-Clause
99
license-file: LICENSE

0 commit comments

Comments
 (0)