mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-25 21:06:51 +03:00
bump version 0.4.8.0 (#217)
This commit is contained in:
parent
05c194375e
commit
1bfe38eb03
@ -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.
|
||||
|
@ -6,7 +6,7 @@
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hapistrano";
|
||||
version = "0.4.7.0";
|
||||
version = "0.4.8.0";
|
||||
src = ./.;
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
|
@ -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:
|
||||
.
|
||||
|
Loading…
Reference in New Issue
Block a user