chainfile 0.4.0

A crate for working with genomics chain files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Release

  * [ ] Update version in `Cargo.toml`.
  * [ ] Update `CHANGELOG.md` with version and publication date.
  * [ ] Run tests: `cargo test --all-features`.
  * [ ] Run linting: `cargo clippy --all-features`.
  * [ ] Run fmt: `cargo fmt --check`.
  * [ ] Stage changes: `git add Cargo.lock Cargo.toml CHANGELOG.md`.
  * [ ] Create git commit: `git commit -m "release: bumps version to `v0.1.0`"`.
  * [ ] Create git tag: `git tag v0.1.0`.
  * [ ] Push release: `git push && git push --tags`.
  * [ ] Publish the new crate: `cargo publish --all-features`.
  * [ ] Go to the Releases page in Github, create a Release for this tag, and copy the notes from the `CHANGELOG.md` file. When pasting, remove the hard line breaks from the changelog entries so that GitHub can reflow the text properly. The hard line breaks should remain in `CHANGELOG.md` itself.