diff --git a/CHANGELOG.md b/CHANGELOG.md index 831293c..9ca2535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.3.2 - 2023-11-28: + +* fix: Support new path-info syntax introduced in nix 2.19 (thanks @SuperSandro2000, @GrigorenkoPV9, issue: [#67][], PR: [#68][]) + +[#67]: https://github.com/utdemir/nix-tree/issues/67 +[#68]: https://github.com/utdemir/nix-tree/issues/68 + ## 0.3.1 - 2022-12-10: * fix: Update 'brick' library (thanks @ncfavier, PR: [#47][]) diff --git a/nix-tree.cabal b/nix-tree.cabal index b1b7071..b977cc4 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.1 +version: 0.3.2 homepage: https://github.com/utdemir/nix-tree license: BSD-3-Clause license-file: LICENSE