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 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 ",