Skip to content

Commit

Permalink
chore: bumps version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Sep 9, 2023
1 parent 116c639 commit bfbcd70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.1 — 09-09-2023

### Fixes

* Checks strand equality before performing liftover in `chainfile::liftover::Machine`.

## 0.2.0 — 04-24-2023

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "A crate for working with genomics chain files."
homepage = "https://github.com/stjude-rust-labs/chainfile"
repository = "https://github.com/stjude-rust-labs/chainfile"
documentation = "https://docs.rs/chainfile"
version = "0.2.0"
version = "0.2.1"

[dev-dependencies]
flate2 = "1.0.25"
Expand Down

0 comments on commit bfbcd70

Please sign in to comment.