Skip to content

Commit 82839b3

Browse files
committed
0.4.6 release
1 parent 1b1cfc9 commit 82839b3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

deb/DEBIAN_CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
sambamba (0.4.6) unstable, urgency=low
2+
* fixed a bug in duplicate marking tool
3+
* fixed handling empty BAM files in sort tool
4+
5+
-- Artem Tarasov <lomereiter@gmail.com> Mon, 28 Apr 2014 23:47:20 +0400
6+
17
sambamba (0.4.5) unstable, urgency=low
28

39
* new -L option in the 'view' tool for intersecting a file with BED

main.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import sambamba.utils.common.ldc_gc_workaround;
3030
import std.stdio;
3131

3232
void printUsage() {
33-
stderr.writeln("sambamba v0.4.6-beta");
33+
stderr.writeln("sambamba v0.4.6");
3434
stderr.writeln();
3535
stderr.writeln("Usage: sambamba [command] [args...]");
3636
stderr.writeln();

0 commit comments

Comments
 (0)