Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
- Pass `--heads --tags` to `git ls-remote` to avoid fetching remote
  refs. Don't pass when the revision begins with `refs`
  • Loading branch information
actions-bot committed Nov 14, 2020
1 parent cd29455 commit 1b9787e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion update-nix-fetchgit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b9787e

Please sign in to comment.