Skip to content

Commit

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


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


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

### Fixed
- Reallocation issue causing segmentation faults in `nhmmer` with more than 64 sequences ([#62](https://github.com/althonos/pyhmmer/issues/62)).


## [v0.10.8] - 2024-03-06
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 <[email protected]>"
__license__ = "MIT"
__version__ = "0.10.8"
__version__ = "0.10.9"
__all__ = [
"errors",
"easel",
Expand Down

0 comments on commit 343e71d

Please sign in to comment.