Skip to content

Commit 410debc

Browse files
ewelsclaude
andcommitted
chore: bump version to 0.1.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 907515c commit 410debc

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# RustQC Changelog
22

3+
## [Version 0.1.1](https://github.com/seqeralabs/RustQC/releases/tag/v0.1.1) - 2026-04-02
4+
5+
### Bug fixes
6+
7+
- Fix featureCounts summary to use gene-level stats; add biotype summary (#66)
8+
- Fix inner_distance histogram to include overflow bucket in bulk cutoff loop (#67)
9+
10+
### Other changes
11+
12+
- Add crates.io publishing to release workflow (#62)
13+
- Documentation fixes (#70)
14+
315
## [Version 0.1.0](https://github.com/seqeralabs/RustQC/releases/tag/v0.1.0) - 2026-04-01
416

517
Initial release of RustQC -- fast quality control tools for sequencing data, written in Rust.

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "rustqc"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
rust-version = "1.87"
6-
authors = ["Phil Ewels"]
6+
authors = ["Phil Ewels <phil.ewels@seqera.io>", "Jon Manning <jonathan.manning@seqera.io>"]
77
description = "Fast RNA-seq QC in a single pass: dupRadar, featureCounts, 8 RSeQC tools, preseq, samtools stats, and Qualimap — reimplemented in Rust"
88
license = "GPL-3.0-or-later"
99
repository = "https://github.com/seqeralabs/RustQC"

0 commit comments

Comments
 (0)