Skip to content

Commit

Permalink
Update changelog for v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MillironX committed Oct 8, 2022
1 parent 91a6d1e commit 9a6a37d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.0.0]

### Added
- Alignment position support (#44)
- Support for `P` CIGAR operation (#64)
Expand Down Expand Up @@ -116,8 +118,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [0.1.0] - 2017-06-30
- This initial release extracted the alignment utilities out from Bio.jl into this dedicated package.

[Unreleased]: https://github.com/BioJulia/BioAlignments.jl/compare/v2.3.0...HEAD
[2.2.1]: https://github.com/BioJulia/BioAlignments.jl/compare/v2.2.0...v2.3.0
[Unreleased]: https://github.com/BioJulia/BioAlignments.jl/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/BioJulia/BioAlignments.jl/compare/v2.3.0...v3.0.0
[2.3.0]: https://github.com/BioJulia/BioAlignments.jl/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/BioJulia/BioAlignments.jl/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/BioJulia/BioAlignments.jl/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/BioJulia/BioAlignments.jl/compare/v2.0.0...v2.0.1
Expand Down

2 comments on commit 9a6a37d

@MillironX
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/69772

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v3.0.0 -m "<description of version>" 9a6a37defeef5176ae82332b67007a4f1ab8784d
git push origin v3.0.0

Please sign in to comment.