Skip to content

Commit a172acb

Browse files
authored
chore: release v0.2.0 (#2)
1 parent ae0d1c1 commit a172acb

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/fulcrumgenomics/ref-solver/compare/v0.1.0...v0.2.0) - 2026-03-17
11+
12+
### Added
13+
14+
- add pre-commit hook for format and lint checks ([#7](https://github.com/fulcrumgenomics/ref-solver/pull/7))
15+
- display sha512t24u digests in web UI contig details
16+
- rebuild catalog with sha512t24u digests
17+
- add sha512t24u (GA4GH refget) digest computation
18+
19+
### Fixed
20+
21+
- clarify web UI title to specify human genomes ([#5](https://github.com/fulcrumgenomics/ref-solver/pull/5))
22+
23+
### Other
24+
25+
- add #[non_exhaustive] to public structs and enums ([#8](https://github.com/fulcrumgenomics/ref-solver/pull/8))
26+
- Add Zenodo DOI badge to README ([#4](https://github.com/fulcrumgenomics/ref-solver/pull/4))
27+
- Add bioconda badge to README ([#3](https://github.com/fulcrumgenomics/ref-solver/pull/3))
28+
- release v0.1.0 ([#1](https://github.com/fulcrumgenomics/ref-solver/pull/1))
29+
1030
## [0.1.0](https://github.com/fulcrumgenomics/ref-solver/releases/tag/v0.1.0) - 2026-02-13
1131

1232
### Other

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

0 commit comments

Comments
 (0)