Skip to content

Commit 5cd8873

Browse files
authored
chore: release v0.3.0
1 parent db970e8 commit 5cd8873

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0](https://github.com/fulcrumgenomics/ref-solver/compare/v0.2.0...v0.3.0) - 2026-03-27
11+
12+
### Added
13+
14+
- show upload size limit and header extraction info in web UI
15+
- extract BAM headers client-side before upload
16+
- cap binary file uploads at 4MB for header-only parsing
17+
- add reader-based BAM/CRAM header parsing functions
18+
- normalize space-separated SAM headers in web UI ([#13](https://github.com/fulcrumgenomics/ref-solver/pull/13))
19+
- add refget integration for unknown contig lookup ([#9](https://github.com/fulcrumgenomics/ref-solver/pull/9))
20+
21+
### Other
22+
23+
- update fulcrum genomics logo with light/dark theme support ([#17](https://github.com/fulcrumgenomics/ref-solver/pull/17))
24+
- simplify headerExtractor, fix review findings
25+
- add integration tests for reader-based BAM header parsing
26+
- use reader-based parsing for BAM/CRAM, eliminate temp files
27+
1028
## [0.2.0](https://github.com/fulcrumgenomics/ref-solver/compare/v0.1.0...v0.2.0) - 2026-03-17
1129

1230
### Added

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 = "ref-solver"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
authors = ["Fulcrum Genomics"]
66
description = "Solve reference genome identification from BAM/SAM headers"

0 commit comments

Comments
 (0)