From 52d401d6237d7f553eaef36e5ffad5279a363832 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 10 Jan 2023 12:17:42 -0600 Subject: [PATCH] Update CHANGELOG for v0.2.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc48b78..00cd507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2023-01-10 + ### Added - Tutorial-type documentation ([#28](https://github.com/BioJulia/SequenceVariation.jl/pull/28)) @@ -61,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Variant` constructor to automatically detect mutations from a `BioAlignments.PairwiseAlignment` - Methods to get reference and alternate bases from a `Variation` -[unreleased]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.1.4...HEAD +[unreleased]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.1.4...v0.2.0 [0.1.4]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.1.1...v0.1.2