Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
[51]: https://github.com/onecodex/needletail/issues/51
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "needletail"
version = "0.6.3"
version = "0.7.0"
authors = [
"Roderick Bovee <[email protected]>",
"Vincent Prouillet <[email protected]>",
Expand Down
Loading