Skip to content

Commit

Permalink
release: bumps version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Mar 30, 2023
1 parent 70dbcf9 commit df56b81
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.1.0 — 03-30-2023

### Added

* Includes first version of the crate, including correct chain file parsing and
iteration over alignment data sections within the chain file.
9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[package]
authors = ["Clay McLeod <clay.l.mcleod@gmail.com>"]
edition = "2021"
license = "Apache-2.0/MIT"
name = "chainfile"
rust-version = "1.68.0"
publish = true
description = "A crate for working with genomics chain files."
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
flate2 = "1.0.25"

0 comments on commit df56b81

Please sign in to comment.