From 5fdb0fd75cbf1c5f60503e20d72bc7517d26d9dd Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 30 Jan 2024 21:19:11 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caedaf71..d654efaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.31.1]: https://github.com/TimothyStiles/poly/releases/tag/v0.31.0 -## [0.31.1] - 2024-01-31 +## [0.31.0] - 2024-01-31 ### Added - Basic BWT for sub-sequence count and offset for sequence alignment. Only supports exact matches for now.