diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f4688c..853535ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.2.0](https://github.com/gymrek-lab/TRTools/compare/v6.1.0...v6.2.0) (2024-12-12) + + +### Features + +* add `--only-passing` option to statSTR ([#229](https://github.com/gymrek-lab/TRTools/issues/229)) ([51c0481](https://github.com/gymrek-lab/TRTools/commit/51c048191684342737edcc08e58f9d29806d563f)) + + +### Documentation + +* add note about bcftools version for merging to annotaTR ([#245](https://github.com/gymrek-lab/TRTools/issues/245)) ([6a2d4fb](https://github.com/gymrek-lab/TRTools/commit/6a2d4fb1291a87add573dd43f4e738bc883563ec)) + ## [6.1.0](https://github.com/gymrek-lab/TRTools/compare/v6.0.2...v6.1.0) (2024-11-06) diff --git a/pyproject.toml b/pyproject.toml index d7d903ce..45ff94ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "trtools" -version = "6.1.0" +version = "6.2.0" authors = [ "Melissa Gymrek ", "Gymrek Lab",