From 2b88063167f4d28f20796099fd1a5dece79a90ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Tue, 28 Mar 2017 12:57:27 +0200 Subject: [PATCH] New version. --- CHANGELOG.md | 6 ++++++ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97cf9a5..27da301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.1.0] - 2017-03-28 +### Changed +- use latest version of libprosic +### Added +- ability to call pairs of normal samples + ## [2.0.0] - 2016-11-02 ### Added - initial release diff --git a/Cargo.toml b/Cargo.toml index 004b331..d44039a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "prosic" -version = "2.0.0" +version = "2.1.0" authors = ["Johannes Köster "] [dependencies] -libprosic = {git = "https://github.com/prosic/libprosic.git", branch = "pseudo_haplotype_likelihood"} +libprosic = "0.2.*" clap = {version = "2.10.*", features = ["yaml", "color", "suggestions"]} rust-htslib = "0.9.*" bio = "0.10.*"