diff --git a/CHANGELOG.md b/CHANGELOG.md index 261cdbb..353f20f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.1] - 2025-12-10 + +### Added +- Build Python 3.14 wheels (#109) + +### Fixed +- Add missing `id`, `seq`, and `qual` attributes of the `Record` class to the Python stub file (#106) +- Fix multiline comment in `python.rs` module (#107) + ## [0.7.0] - 2025-04-18 ### Added diff --git a/Cargo.toml b/Cargo.toml index 580f2a5..c1309ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "needletail" -version = "0.7.0" +version = "0.7.1" authors = [ "Roderick Bovee ", "Vincent Prouillet ",