Skip to content

Commit

Permalink
bump version 0.4.8.0 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianMotoche authored Feb 16, 2023
1 parent 05c1943 commit 1bfe38e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
mkDerivation {
pname = "hapistrano";
version = "0.4.7.0";
version = "0.4.8.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion hapistrano.cabal
Original file line number Diff line number Diff line change
@@ -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:
.
Expand Down

0 comments on commit 1bfe38e

Please sign in to comment.