Skip to content

Commit e202366

Browse files
chore(master): release 6.2.0
1 parent 6bdc596 commit e202366

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [6.2.0](https://github.com/gymrek-lab/TRTools/compare/v6.1.0...v6.2.0) (2025-02-20)
4+
5+
6+
### Features
7+
8+
* add `--only-passing` option to statSTR ([#229](https://github.com/gymrek-lab/TRTools/issues/229)) ([51c0481](https://github.com/gymrek-lab/TRTools/commit/51c048191684342737edcc08e58f9d29806d563f))
9+
10+
11+
### Documentation
12+
13+
* 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))
14+
* **annotaTR:** explain that SNPs aren't supported ([#248](https://github.com/gymrek-lab/TRTools/issues/248)) ([5132f34](https://github.com/gymrek-lab/TRTools/commit/5132f3499de752a880ca8c339b29856a97bc7436))
15+
* drop support for py 3.8 and update to poetry 2 in our CI ([#249](https://github.com/gymrek-lab/TRTools/issues/249)) ([6bdc596](https://github.com/gymrek-lab/TRTools/commit/6bdc596db02dba1e38f7ab11fba8cb20377e0eaf))
16+
317
## [6.1.0](https://github.com/gymrek-lab/TRTools/compare/v6.0.2...v6.1.0) (2024-11-06)
418

519

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "trtools"
7-
version = "6.1.0"
7+
version = "6.2.0"
88
authors = [
99
{name = "Melissa Gymrek", email = "mgymrek@ucsd.edu"},
1010
{name = "Gymrek Lab"},

0 commit comments

Comments
 (0)