Skip to content

Commit

Permalink
chore: Bump version number in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
MillironX committed Dec 22, 2023
1 parent 862ddc3 commit 676eb6a
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 @@ -8,6 +8,8 @@ and this project adheres to

## [Unreleased]

## [1.1.0] - 2023-12-22

### Changed

- Documentation improved ([#62](https://github.com/ksumngs/pull/62))
Expand All @@ -16,7 +18,7 @@ and this project adheres to
- Haplotype calling now uses sparse matrices
([#60](https://github.com/ksumngs/HapLink.jl/pull/60))
- FASTX.jl downgraded to v1
([#56](https://github.com/ksumng/HapLink.jl/pull/56))
([#56](https://github.com/ksumngs/HapLink.jl/pull/56))

## [1.0.0] - 2023-06-04

Expand Down Expand Up @@ -216,7 +218,8 @@ and this project adheres to
- `Haplotype`
- `Variant`

[unreleased]: https://github.com/ksumngs/HapLink.jl/compare/v1.0.0...HEAD
[unreleased]: https://github.com/ksumngs/HapLink.jl/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/ksumngs/HapLink.jl/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/ksumngs/HapLink.jl/compare/v0.7.1...v1.0.0
[0.7.1]: https://github.com/ksumngs/HapLink.jl/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/ksumngs/HapLink.jl/compare/v0.6.0...v0.7.0
Expand Down

2 comments on commit 676eb6a

@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/97643

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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 v1.1.0 -m "<description of version>" 676eb6a7eb7c5140f2eb325a6b35bc87108eae08
git push origin v1.1.0

Please sign in to comment.