Skip to content

Commit 731a17d

Browse files
committed
build(release): update kractor to 3.0.1
1 parent c39be95 commit 731a17d

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
## [3.0.1] - 2025-10-16
9+
10+
### Fixed
11+
- Prevent a panic when writing to output paths without an extension.
12+
813
## [3.0.0] - 2025-09-26
914

1015
### 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 = "kractor"
3-
version = "3.0.0"
3+
version = "3.0.1"
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)