diff --git a/CHANGELOG.md b/CHANGELOG.md index 5531379..41b236d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.1.7 - 2021-03-28 * feat: Ability to yank selected store path to clipboard (shortcut: 'y') * fix: Try to respect terminals color scheme (thanks @kanashimia) diff --git a/nix-tree.cabal b/nix-tree.cabal index 6a5bb73..326018d 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.1.6 +version: 0.1.7 homepage: https://github.com/utdemir/nix-tree license: BSD-3-Clause license-file: LICENSE