Skip to content

Commit 9bb1731

Browse files
committed
v0.2.9
- Fix dotgit / deepClone test sha256
1 parent 271b72b commit 9bb1731

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## WIP
4+
5+
## [0.2.9] - 2021-07-21
46
- Fix dotgit / deepClone test sha256
57

68
## [0.2.8] - 2021-07-19

Diff for: package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: update-nix-fetchgit
2-
version: "0.2.8"
2+
version: "0.2.9"
33
synopsis: A program to update fetchgit values in Nix expressions
44
description: |
55
This command-line utility is meant to be used by people maintaining Nix

Diff for: update-nix-fetchgit.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: update-nix-fetchgit
8-
version: 0.2.8
8+
version: 0.2.9
99
synopsis: A program to update fetchgit values in Nix expressions
1010
description: This command-line utility is meant to be used by people maintaining Nix
1111
expressions that fetch files from Git repositories. It automates the process

0 commit comments

Comments
 (0)