From 854e5ee7d3eb2b2115e8f42ccd5afcc27cbc79c5 Mon Sep 17 00:00:00 2001 From: actions-bot <58130806+actions-bot@users.noreply.github.com> Date: Sun, 23 May 2021 03:58:40 +0000 Subject: [PATCH] v0.2.7 - `hnix-0.13` support --- CHANGELOG.md | 2 ++ package.yaml | 2 +- update-nix-fetchgit.cabal | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a01b926..27d3881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## WIP +## [0.2.7] - 2021-05-23 + - `hnix-0.13` support ## [0.2.6] - 2021-05-17 diff --git a/package.yaml b/package.yaml index d6afd39..545dea0 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: update-nix-fetchgit -version: "0.2.6" +version: "0.2.7" 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 ebbc86c..5069c95 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.6 +version: 0.2.7 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