Skip to content

Commit cdac3d4

Browse files
authored
chore(main): release 3.0.0 (#127)
1 parent 23f330a commit cdac3d4

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.2.2"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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+
## [3.0.0](https://github.com/mbhall88/rasusa/compare/2.2.2...3.0.0) (2026-02-19)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* **deps:** Subsampling results for a fixed seed will differ from versions < 3.0.0. This is caused by internal algorithmic changes in the rand crate (0.8.5 -> 0.10.0) and requires a major version bump.
14+
15+
### Features
16+
17+
* **deps:** upgrade rand to 0.10.0 and rand_pcg to 0.10.1 ([#129](https://github.com/mbhall88/rasusa/issues/129)) ([23f330a](https://github.com/mbhall88/rasusa/commit/23f330a7ede2606611a2520303bd34c983193053))
18+
* implement sweep-line algorithm for BAM downsampling ([f0dada6](https://github.com/mbhall88/rasusa/commit/f0dada6a1ef7688b4ba2835baf3ae486d3e61f8c))
19+
820
## [2.2.2](https://github.com/mbhall88/rasusa/compare/2.2.1...2.2.2) (2025-09-09)
921

1022

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.2.2"
4+
version = "3.0.0"
55
authors = ["Michael Hall <michael@mbh.sh>"]
66
edition = "2018"
77
repository = "https://github.com/mbhall88/rasusa"

0 commit comments

Comments
 (0)