From ada638ecd66fbdaa9770fb9d528d6106816820aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20O=27Mara?= Date: Thu, 21 May 2020 23:58:21 +1000 Subject: [PATCH] Add changelog entries and increment version --- CHANGELOG.md | 8 +++++++- Project.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4430a3e7..0179c5fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.0.2] - 2020-05-21 + +### Fixed +- Correct behaviour of `eachoverlap` iterator for non-overlapping queries. + ## [2.0.1] - 2020-05-21 ### Changed @@ -71,7 +76,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Code from Bio.jl. - Support for GFF3 and BigWig. -[Unreleased]: https://github.com/BioJulia/GenomicFeatures.jl/compare/v2.0.1...HEAD +[Unreleased]: https://github.com/BioJulia/GenomicFeatures.jl/compare/v2.0.2...HEAD +[2.0.2]: https://github.com/BioJulia/GenomicFeatures.jl/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/BioJulia/GenomicFeatures.jl/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/BioJulia/GenomicFeatures.jl/compare/v1.0.4...v2.0.0 [1.0.4]: https://github.com/BioJulia/GenomicFeatures.jl/compare/v1.0.3...v1.0.4 diff --git a/Project.toml b/Project.toml index 400679ad..32537bc7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GenomicFeatures" uuid = "899a7d2d-5c61-547b-bef9-6698a8d05446" authors = ["Kenta Sato ", "Ben J. Ward ", "Ciarán O’Mara "] -version = "2.0.1" +version = "2.0.2" [deps] BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea"