Skip to content

Commit

Permalink
Release v0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Mar 18, 2024
1 parent 8d28bca commit 03b6625
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.9...HEAD
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.10...HEAD


## [v0.10.10] - 2024-03-18
[v0.10.10]: https://github.com/althonos/pyhmmer/compare/v0.10.9...v0.10.10

### Fixed
- Implement `write` function for `fopencookie` with `off_t` instead of `off64_t` for compatibility.
- Fix handling of NULL buffers passed to `read` and `write` methods of `fopencookie`.


## [v0.10.9] - 2024-03-12
Expand Down
2 changes: 1 addition & 1 deletion pyhmmer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

__author__ = "Martin Larralde <martin.larralde@embl.de>"
__license__ = "MIT"
__version__ = "0.10.9"
__version__ = "0.10.10"
__all__ = [
"errors",
"easel",
Expand Down

0 comments on commit 03b6625

Please sign in to comment.