diff --git a/CHANGELOG.md b/CHANGELOG.md index 54cd92d..9a521d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.10...HEAD +[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.11...HEAD + + +## [v0.10.11] - 2024-03-27 +[v0.10.11]: https://github.com/althonos/pyhmmer/compare/v0.10.10...v0.10.11 + +### Fixed +- Compilation of Easel and HMMER code not using SSE4.1 extensions. ## [v0.10.10] - 2024-03-18 diff --git a/pyhmmer/__init__.py b/pyhmmer/__init__.py index e0f9f06..db7fdb2 100644 --- a/pyhmmer/__init__.py +++ b/pyhmmer/__init__.py @@ -32,7 +32,7 @@ __author__ = "Martin Larralde " __license__ = "MIT" -__version__ = "0.10.10" +__version__ = "0.10.11" __all__ = [ "errors", "easel",