Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Oct 1, 2024
1 parent a9cd599 commit 492d9db
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.0](https://github.com/mbhall88/nohuman/compare/0.2.1...0.3.0) (2024-10-01)


### Features

* add confidence threshold option `--conf` ([419ede9](https://github.com/mbhall88/nohuman/commit/419ede9cf5997692409106e294eb168ddc5427b7))
* add kraken2 classification output file option `-k` ([a4146bb](https://github.com/mbhall88/nohuman/commit/a4146bb04c8dbef071366cec3be40118bc38a3d1))

## [0.2.1](https://github.com/mbhall88/nohuman/compare/0.2.0...0.2.1) (2024-09-23)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nohuman"
description = "Remove human reads from a sequencing run"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
authors = ["Michael Hall <[email protected]>"]
repository = "https://github.com/mbhall88/nohuman"
Expand Down

0 comments on commit 492d9db

Please sign in to comment.