Skip to content

Commit 42ad516

Browse files
committed
chore: release 1.2.1
1 parent f815576 commit 42ad516

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 1.2.1
22

33
- Fix an edge-case bug: when updating the consensus of a block with a majority deletion, very rarely an unaligned node could be created. This is now fixed by extracting such nodes into a separate singleton block, see #158.
44
- Internal refactoring: improved logic of the `reconsensus` function, see #164.

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010

1111
[workspace.package]
1212
description = "A bioinformatic toolkit to align genome assemblies into pangenome graphs"
13-
version = "1.2.0"
13+
version = "1.2.1"
1414
documentation = "https://docs.pangraph.org"
1515
homepage = "https://github.com/neherlab/pangraph"
1616
repository = "https://github.com/neherlab/pangraph"

0 commit comments

Comments
 (0)