From 3c6fdb8008d77950ea017852049c3f66bee9ffdd Mon Sep 17 00:00:00 2001 From: Alex Washburn Date: Tue, 30 Jun 2020 10:55:00 -0400 Subject: [PATCH] Cutting version 0.3.0 release --- CHANGELOG.md | 8 +++++++- README.md | 2 +- phylogenetic-component-graph.cabal | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa755f7f..a19def96c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,12 @@ PCG uses [PVP Versioning][1]. Releases are available [on GitHub][2]. -## _0.2.1_ - Unreleased Changes +## _0.4.0_ - Unreleased Changes + + * None + + +## [0.3.0][6] - 2020-06-30 * Updated to GHC-8.10.1 * Updated to Cabal-3.0 @@ -127,4 +132,5 @@ 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 +[6]: https://github.com/amnh/PCG/releases/tag/0.3.0 diff --git a/README.md b/README.md index b197ee086..24f0aab89 100644 --- a/README.md +++ b/README.md @@ -65,5 +65,5 @@ Haskell program and libraries for general phylogenetic graph search [ release-img]: https://img.shields.io/github/release-pre/amnh/PCG.svg?style=popout&color=orange [ tag-date-img]: https://img.shields.io/github/release-date-pre/amnh/PCG.svg?style=popout&color=orange -[ maintain-img]: https://img.shields.io/maintenance/yes/2020.svg?style=popout +[ maintain-img]: https://img.shields.io/maintenance/no/2020.svg?style=popout [ maintain-ref]: https://github.com/amnh/PCG/graphs/contributors diff --git a/phylogenetic-component-graph.cabal b/phylogenetic-component-graph.cabal index 80f757576..01b5d767b 100644 --- a/phylogenetic-component-graph.cabal +++ b/phylogenetic-component-graph.cabal @@ -2,7 +2,7 @@ cabal-version: 3.0 Category: Biology build-type: Simple name: phylogenetic-component-graph -version: 0.2.0 +version: 0.3.0 author: Ward Wheeler maintainer: wheeler@amnh.org