From 86b814cf2afee535e927812640f17ab47b12618f Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 30 Jan 2024 21:18:28 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e38bcc5..caedaf71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Fixed package level doc strings for search and bwt packages. -[0.31.0]: https://github.com/TimothyStiles/poly/releases/tag/v0.31.0 +[0.31.1]: https://github.com/TimothyStiles/poly/releases/tag/v0.31.0 -## [0.31.0] - 2024-01-31 +## [0.31.1] - 2024-01-31 ### Added - Basic BWT for sub-sequence count and offset for sequence alignment. Only supports exact matches for now.