From fe0fb2673ac3c49f89f29779e600804a48a51045 Mon Sep 17 00:00:00 2001 From: "St. Jude Cloud" Date: Tue, 27 Jun 2023 14:03:11 +0000 Subject: [PATCH] chore: bumping version to v3.2.1 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc01d5..097b479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v3.2.1 (2023-06-27) +### Fix +* -1 n-reads default for encoding. don't falsely imply random sampling ([#119](https://github.com/stjudecloud/ngsderive/issues/119)) ([`c83275a`](https://github.com/stjudecloud/ngsderive/commit/c83275a018703c57f0ce8c90cf4b94fbd658e300)) + ## v3.2.0 (2023-06-26) ### Feature * Handle case of BAM without RG tag ([#100](https://github.com/stjudecloud/ngsderive/issues/100)) ([`4436abf`](https://github.com/stjudecloud/ngsderive/commit/4436abf70540a33b1825deba3c8b0b499b93bbc5)) diff --git a/pyproject.toml b/pyproject.toml index d6c31da..83753ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "ngsderive" -version = "3.2.0" +version = "3.2.1" description = "Forensic analysis tool useful in backwards computing information from next-generation sequencing data." license = "MIT" authors = [