From 0d06e291b03bd32b3ed0f188f99d0e801c7ee369 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 16 Mar 2019 15:42:58 +0000 Subject: [PATCH] Release 0.2.2 --- Makefile | 1 + RELEASE-NOTES.md | 11 +++++++++++ VERSION | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d1085a..95ad3bf 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ $(BIN): $(OBJ) $(D_COMPILER) $(DFLAGS) $(OBJ) -of=$(BIN) check: $(BIN) + $(info running tests...) $(BIN) clean: diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 0133de9..76d98e7 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,14 @@ +## ChangeLog v0.2.2 (20190316) + ++ Restored make so we can compile without dub ++ Fasta and fasta indexing (.fai) support added (thanks Emilio Palumbo https://github.com/emi80) ++ Mate pair comparison and HI tag support added for BAM (thanks https://github.com/emi80) ++ Added Picard-style comparison for BAM (thanks https://github.com/TimurIs) ++ Added fast whitespace line splitter/tokenizer, a Phobos-style version and a faster C-style version (thanks https://github.com/pjotrp) ++ Added multi-allelic frequencies (MAF) support (thanks https://github.com/pjotrp) ++ Name spaces and directories reorganised (thanks George Gethinji https://github.com/george-githinji) ++ Pulled in D's undead repo (dropped dependency) and minimalised it to actual used files (@pjotrp) + ## ChangeLog v0.2.1 (20181004) + Fix bunch of deprecation warnings diff --git a/VERSION b/VERSION index 0c62199..ee1372d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.1 +0.2.2