bump version 0.4.8.0 (#217)

This commit is contained in:
Cristhian Motoche 2023-02-16 07:51:20 -05:00 committed by GitHub
parent 05c194375e
commit 1bfe38eb03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 0.4.8.0
### Modified
* Fix issue before activating release
## 0.4.7.0 ## 0.4.7.0
### Modified ### Modified
* Fix issue #210 which cuased concurrent deploys to pick only the first target. * Fix issue #210 which cuased concurrent deploys to pick only the first target.

View File

@ -6,7 +6,7 @@
}: }:
mkDerivation { mkDerivation {
pname = "hapistrano"; pname = "hapistrano";
version = "0.4.7.0"; version = "0.4.8.0";
src = ./.; src = ./.;
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;

View File

@ -1,6 +1,6 @@
cabal-version: 1.18 cabal-version: 1.18
name: hapistrano name: hapistrano
version: 0.4.7.0 version: 0.4.8.0
synopsis: A deployment library for Haskell applications synopsis: A deployment library for Haskell applications
description: description:
. .