diff --git a/CHANGELOG.md b/CHANGELOG.md index 595558b..831293c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.1 - 2022-12-10: + +* fix: Update 'brick' library (thanks @ncfavier, PR: [#47][]) + +[#47]: https://github.com/utdemir/nix-tree/issues/47 + ## 0.3.0 - 2022-11-26: * feat: Improved help text. diff --git a/nix-tree.cabal b/nix-tree.cabal index ea21ead..b1b7071 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.0 +version: 0.3.1 homepage: https://github.com/utdemir/nix-tree license: BSD-3-Clause license-file: LICENSE