From 752b482a0b7ba9374ec43032b7499b65ab721762 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 4 Oct 2022 11:48:33 -0500 Subject: [PATCH] Update CHANGELOG for v0.1.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 858c4bd..7e65bd0 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.1.2] - 2022-10-04 + - ## Changed - Updated dependency compats ([#21](https://github.com/BioJulia/SequenceVariation.jl/pull/21)) @@ -31,6 +33,7 @@ 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.1...HEAD +[unreleased]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/BioJulia/SequenceVariation.jl/releases/tag/v0.1.0