Skip to content

Commit 85c18b5

Browse files
authored
Bump to 0.7.1 (#110)
1 parent bfaceee commit 85c18b5

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.7.1] - 2025-12-10
10+
11+
### Added
12+
- Build Python 3.14 wheels (#109)
13+
14+
### Fixed
15+
- Add missing `id`, `seq`, and `qual` attributes of the `Record` class to the Python stub file (#106)
16+
- Fix multiline comment in `python.rs` module (#107)
17+
918
## [0.7.0] - 2025-04-18
1019

1120
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "needletail"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = [
55
"Roderick Bovee <rbovee@gmail.com>",
66
"Vincent Prouillet <vincent@onecodex.com>",

0 commit comments

Comments
 (0)