Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
recursion-ninja committed Jul 9, 2019
1 parent 18453ad commit 52031fa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ PCG uses [PVP Versioning][1].
Releases are available [on GitHub][2].


## [_0.2.0_][5] - Unreleased Changes
## _0.2.1_ - Unreleased Changes

* None


## [0.2.0][5] - 2019-07-09

* Using semantic versioning
* Modularized sub-libraries
Expand Down Expand Up @@ -99,3 +104,4 @@ Releases are available [on GitHub][2].
[3]: https://github.com/amnh/PCG/releases/tag/0.1.0
[4]: https://github.com/amnh/PCG/releases/tag/0.1.1
[5]: https://github.com/amnh/PCG/releases/tag/0.2.0

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Haskell program and libraries for general phylogenetic graph search
[ travis-ref]: https://travis-ci.org/amnh/PCG
[code-size-img]: https://img.shields.io/github/languages/code-size/amnh/PCG.svg?style=popout&color=yellowgreen
[code-size-ref]: https://github.com/amnh/PCG/archive/master.zip
[ commits-img]: https://img.shields.io/github/commits-since/amnh/PCG/0.1.1.svg?style=popout&color=yellowgreen
[ commits-img]: https://img.shields.io/github/commits-since/amnh/PCG/0.2.0.svg?style=popout&color=yellowgreen
[ commits-ref]: https://github.com/amnh/PCG/commits/master
[ release-img]: https://img.shields.io/github/release-pre/amnh/PCG.svg
[ tag-date-img]: https://img.shields.io/github/release-date-pre/amnh/PCG.svg?style=popout
Expand Down
2 changes: 1 addition & 1 deletion phylogenetic-component-graph.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 2.2
Category: Biology
build-type: Simple
name: phylogenetic-component-graph
version: 0.1.0.1
version: 0.2.0

author: Ward Wheeler
maintainer: wheeler@amnh.org
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ local-bin-path: bin

require-stack-version: ">=1.9.1"

resolver: lts-13.20
resolver: lts-13.27

dump-logs: all

Expand Down

0 comments on commit 52031fa

Please sign in to comment.