Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Jul 5, 2022
1 parent 7d6a86c commit 9f09f20
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 7 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.7.0]

### Added

- Fraction (`--frac`) and number (`--num`) options. This allows users to replicate the functionality of `seqtk sample` [[#34][34]]
- Fraction (`--frac`) and number (`--num`) options. This allows users to replicate the
functionality of `seqtk sample` [[#34][34]]

## [0.6.1]

Expand Down Expand Up @@ -104,23 +107,44 @@ be 1070.
- Support paired Illumina [#15](https://github.com/mbhall88/rasusa/issues/15)

[0.2.0]: https://github.com/mbhall88/rasusa/releases/tag/0.2.0

[0.3.0]: https://github.com/mbhall88/rasusa/releases/tag/0.3.0

[0.4.0]: https://github.com/mbhall88/rasusa/releases/tag/0.4.0

[0.4.1]: https://github.com/mbhall88/rasusa/releases/tag/0.4.1

[0.4.2]: https://github.com/mbhall88/rasusa/releases/tag/0.4.2

[0.5.0]: https://github.com/mbhall88/rasusa/releases/tag/0.5.0

[0.6.0]: https://github.com/mbhall88/rasusa/releases/tag/0.6.0

[0.6.1]: https://github.com/mbhall88/rasusa/releases/tag/0.6.1

[0.7.0]: https://github.com/mbhall88/rasusa/compare/0.6.1...0.7.0

[19]: https://github.com/mbhall88/rasusa/issues/19

[22]: https://github.com/mbhall88/rasusa/issues/22

[27]: https://github.com/mbhall88/rasusa/issues/27

[28]: https://github.com/mbhall88/rasusa/pull/28

[30]: https://github.com/mbhall88/rasusa/issues/30

[31]: https://github.com/mbhall88/rasusa/issues/31

[34]: https://github.com/mbhall88/rasusa/issues/34

[35]: https://github.com/mbhall88/rasusa/issues/35

[36]: https://github.com/mbhall88/rasusa/issues/36

[benchmark]: https://github.com/mbhall88/rasusa#benchmark

[error-blog]: https://nick.groenen.me/posts/rust-error-handling/
[unreleased]: https://github.com/mbhall88/rasusa/compare/0.6.1...HEAD

[unreleased]: https://github.com/mbhall88/rasusa/compare/0.7.0...HEAD

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 = "rasusa"
description = "Randomly subsample reads to a specified coverage"
version = "0.6.1"
version = "0.7.0"
authors = ["Michael Hall <michael@mbh.sh>"]
edition = "2018"
repository = "https://github.com/mbhall88/rasusa"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The above will use the latest version. If you want to specify a version then use
[tag][quay.io] (or commit) like so.

```sh
VERSION="0.6.1"
VERSION="0.7.0"
URI="docker://quay.io/mbhall88/rasusa:${VERSION}"
```

Expand Down Expand Up @@ -155,7 +155,7 @@ brew install brewsci/bio/rasusa
current directory and show the help menu.

```shell
VERSION="0.6.1" # change accordingly
VERSION="0.7.0" # change accordingly
OS=$(uname -s)
if [ "$OS" = "Linux" ]; then
triple="x86_64-unknown-linux-musl"
Expand Down Expand Up @@ -380,7 +380,7 @@ verbosity is switched on, you will additionally get "debug" level logging messag
```text
$ rasusa --help
rasusa 0.6.1
rasusa 0.7.0
Michael Hall <michael@mbh.sh>
Randomly subsample reads to a specified coverage
Expand Down

0 comments on commit 9f09f20

Please sign in to comment.