From 73d2781ee945ebc64f6b5599ef0838f4cab585e9 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 17 Dec 2022 16:49:01 -0600 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e93ec10..d108b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.3] - 2022-11-22 - -## Changed - -- Variations getter now returns type-parameterized vector ([#23](https://github.com/BioJulia/SequenceVariation.jl/pull/23)) +### [0.1.4] - 2022-12-17 ### Fixed - Soft clips at end of alignment causing invalid `Variant`s ([#25](https://github.com/BioJulia/SequenceVariation.jl/issues/25)/[#26](https://github.com/BioJulia/SequenceVariation.jl/pull/26)) +### [0.1.3] - 2022-11-22 + +## Changed + +- Variations getter now returns type-parameterized vector ([#23](https://github.com/BioJulia/SequenceVariation.jl/pull/23)) + ## [0.1.2] - 2022-10-04 ## Changed @@ -43,7 +45,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.3...HEAD +[unreleased]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.1.4...HEAD +[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 [0.1.1]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.1.0...v0.1.1