diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f9713..992a7ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## WIP +## [0.2.5] - 2020-11-14 + - Pass `--heads --tags` to `git ls-remote` to avoid fetching remote refs. Don't pass when the revision begins with `refs` diff --git a/package.yaml b/package.yaml index cf281e7..154edd1 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: update-nix-fetchgit -version: "0.2.4" +version: "0.2.5" synopsis: A program to update fetchgit values in Nix expressions description: | This command-line utility is meant to be used by people maintaining Nix diff --git a/update-nix-fetchgit.cabal b/update-nix-fetchgit.cabal index e50f0e9..c73f0a8 100644 --- a/update-nix-fetchgit.cabal +++ b/update-nix-fetchgit.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: update-nix-fetchgit -version: 0.2.4 +version: 0.2.5 synopsis: A program to update fetchgit values in Nix expressions description: This command-line utility is meant to be used by people maintaining Nix expressions that fetch files from Git repositories. It automates the process