Skip to content

Commit 06add11

Browse files
committed
chore: bump version to 4.0.0
1 parent 2bdd4eb commit 06add11

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.0.0] - 2026-01-26
9+
10+
### Changed
11+
12+
- Summary output now lists identified taxon IDs in `taxons_identified` (replacing `total_taxon_count`)
13+
- Summary output now includes zero entries for identified taxa with no direct assignments in `reads_extracted_per_taxon`
14+
815
## [3.1.0] - 2025-12-12
916

1017
### Added
@@ -20,6 +27,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2027

2128
- Kraken report/output parsing errors now include the line number and o line for easier debugging.
2229

30+
## [4.0.0] - 2026-01-26
31+
32+
### Changed
33+
34+
- Summary output now lists identified taxon IDs in `taxons_identified` (replacing `total_taxon_count`) and includes zero
35+
entries for identified taxa with no direct assignments in `reads_extracted_per_taxon`.
36+
2337
## [3.0.1] - 2025-10-16
2438

2539
### Fixed

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 = "kractor"
3-
version = "3.1.0"
3+
version = "4.0.0"
44
edition = "2021"
55
authors = ["Samuel Sims"]
66
description = "Extract reads from a FASTQ file based on taxonomic classification via Kraken2."

0 commit comments

Comments
 (0)