Skip to content

Commit bd0d8d6

Browse files
authored
chore(main): release 2.2.0 (#83)
1 parent b95780b commit bd0d8d6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [2.2.0](https://github.com/mbhall88/rasusa/compare/2.1.1...v2.2.0) (2025-09-05)
9+
10+
11+
### Features
12+
13+
* add `--strict` to error if target coverage is not possible ([b69142f](https://github.com/mbhall88/rasusa/commit/b69142f2d0a9c164539b083e481ca915c954f8ad)), closes [#81](https://github.com/mbhall88/rasusa/issues/81)
14+
815
## [2.1.1](https://github.com/mbhall88/rasusa/compare/2.1.0...2.1.1) (2025-07-25)
916

1017

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 or alignments"
4-
version = "2.1.1"
4+
version = "2.2.0"
55
authors = ["Michael Hall <[email protected]>"]
66
edition = "2018"
77
repository = "https://github.com/mbhall88/rasusa"

0 commit comments

Comments
 (0)