Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Dec 10, 2013
1 parent c36b772 commit db5be81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@
*/

apply plugin: 'gradle-one-jar'
<<<<<<< HEAD
version = '0.5.3'
=======
version = '0.5.2'
>>>>>>> upstream
version = '0.5.4'

allprojects {
apply plugin: 'groovy'
Expand Down
7 changes: 6 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
NEXTFLOW CHANGE-LOG
===================

0.5.4 - 10 Dec 2013
- Fixed an issue while checking an - empty - process exit file
- Fixed a race condition while resuming cached tasks

0.5.3 - 9 Dec 2013
- Fixed file close leaks
- Fixed dDrectoryStream close leaks
- Fixed DirectoryStream close leaks
- Enhanced process executor, supporting multiple executors in the same pipeline


0.5.2 - 28 Nov 2013
Expand Down

0 comments on commit db5be81

Please sign in to comment.