From 1bfe38eb03414245e9008418cec979ee1983fe8d Mon Sep 17 00:00:00 2001 From: Cristhian Motoche Date: Thu, 16 Feb 2023 07:51:20 -0500 Subject: [PATCH] bump version 0.4.8.0 (#217) --- CHANGELOG.md | 4 ++++ default.nix | 2 +- hapistrano.cabal | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e786199..1ab4efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.8.0 +### Modified +* Fix issue before activating release + ## 0.4.7.0 ### Modified * Fix issue #210 which cuased concurrent deploys to pick only the first target. diff --git a/default.nix b/default.nix index 4e5161c..d1d8390 100644 --- a/default.nix +++ b/default.nix @@ -6,7 +6,7 @@ }: mkDerivation { pname = "hapistrano"; - version = "0.4.7.0"; + version = "0.4.8.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/hapistrano.cabal b/hapistrano.cabal index ac09718..011f79b 100644 --- a/hapistrano.cabal +++ b/hapistrano.cabal @@ -1,6 +1,6 @@ cabal-version: 1.18 name: hapistrano -version: 0.4.7.0 +version: 0.4.8.0 synopsis: A deployment library for Haskell applications description: .