Skip to content

Commit 652d9a4

Browse files
committed
chore(main): release 0.8.0
1 parent 8ec70a1 commit 652d9a4

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
66
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.0](https://github.com/mbhall88/rasusa/compare/0.7.1...0.8.0) (2024-01-03)
9+
10+
11+
### Features
12+
13+
* add logging message with coverage of input before downsampling ([79445fc](https://github.com/mbhall88/rasusa/commit/79445fc8b40302ed197f8330e61a797b81a47db6))
14+
* support ztsd ([cfa50f8](https://github.com/mbhall88/rasusa/commit/cfa50f8aca00d6e2321ca45ea09579b95da25f7f))
15+
* use default compression level for compression output type ([cfa50f8](https://github.com/mbhall88/rasusa/commit/cfa50f8aca00d6e2321ca45ea09579b95da25f7f))
16+
17+
18+
### Bug Fixes
19+
20+
* update logging so colour not sent to file ([bc62c3f](https://github.com/mbhall88/rasusa/commit/bc62c3fb4db2b9de903440a2d2a9ef9c7a06107f))
21+
822
## [Unreleased]
923

1024
## [0.7.1]
@@ -159,4 +173,3 @@ be 1070.
159173
[error-blog]: https://nick.groenen.me/posts/rust-error-handling/
160174

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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rasusa"
33
description = "Randomly subsample reads to a specified coverage"
4-
version = "0.7.1"
4+
version = "0.8.0"
55
authors = ["Michael Hall <[email protected]>"]
66
edition = "2018"
77
repository = "https://github.com/mbhall88/rasusa"

0 commit comments

Comments
 (0)