Skip to content

Commit b7a47eb

Browse files
ewelsclaude
andauthored
chore: bump version to 0.2.0 (#89)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c0d9edb commit b7a47eb

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [Version 0.2.0](https://github.com/seqeralabs/RustQC/releases/tag/v0.2.0) - 2026-04-09
4+
5+
### Features
6+
7+
- Ship SIMD-optimized binaries with CPU detection and upgrade hints (#81)
8+
- Write `CITATIONS.md` with upstream tool versions (#87)
9+
- Add XDG config discovery and deep-merge support (#88)
10+
11+
### Bug fixes
12+
13+
- Replace header-based duplicate check with flag-based detection (#84)
14+
- Use `.log` extension for junction_annotation output (#80)
15+
16+
### Other changes
17+
18+
- Bump docker/login-action from 4.0.0 to 4.1.0 (#78)
19+
- Bump vite from 7.3.1 to 7.3.2 in docs (#77)
20+
- Bump defu from 6.1.4 to 6.1.6 in docs (#74)
21+
322
## [Version 0.1.1](https://github.com/seqeralabs/RustQC/releases/tag/v0.1.1) - 2026-04-02
423

524
### Bug fixes

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,6 +1,6 @@
11
[package]
22
name = "rustqc"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
rust-version = "1.87"
66
authors = ["Phil Ewels <phil.ewels@seqera.io>", "Jon Manning <jonathan.manning@seqera.io>"]

0 commit comments

Comments
 (0)