Skip to content

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Mar 28, 2017
1 parent 0ece457 commit 2b88063
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "prosic"
version = "2.0.0"
version = "2.1.0"
authors = ["Johannes Köster <[email protected]>"]

[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.*"
Expand Down

0 comments on commit 2b88063

Please sign in to comment.