Skip to content

Commit

Permalink
Add changelog entries and increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranOMara committed May 21, 2020
1 parent 0091cb3 commit ada638e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GenomicFeatures"
uuid = "899a7d2d-5c61-547b-bef9-6698a8d05446"
authors = ["Kenta Sato <[email protected]>", "Ben J. Ward <[email protected]>", "Ciarán O’Mara <[email protected]>"]
version = "2.0.1"
version = "2.0.2"

[deps]
BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea"
Expand Down

0 comments on commit ada638e

Please sign in to comment.