From ccb8da36c23edf7f960d73bea325e1cff5a82d23 Mon Sep 17 00:00:00 2001 From: Austin Richardson Date: Fri, 18 Apr 2025 14:52:20 -0700 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c07a63..024d873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2] - 2025-04-18 + +### Added + +- Add the `phred_quality_score` method to the Python `Record` class (#98) +- Add Phred decoding functionality (#102) + ## [0.4.1] - 2020-03-12 ## Added @@ -42,4 +49,4 @@ to the input one. ### Fixed - Needletail no longer runs out of memory when parsing large, compressed files. -[51]: https://github.com/onecodex/needletail/issues/51 \ No newline at end of file +[51]: https://github.com/onecodex/needletail/issues/51 From 1bb5d4fee1a5ecb473bacad68322168ad1dedc79 Mon Sep 17 00:00:00 2001 From: Austin Richardson Date: Fri, 18 Apr 2025 14:52:25 -0700 Subject: [PATCH 2/2] Bump to v0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7185e7e..4d3461f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "needletail" -version = "0.6.3" +version = "0.7.0" authors = [ "Roderick Bovee ", "Vincent Prouillet ",