Skip to content

Commit 32d4c2d

Browse files
committed
Bump version and update release notes
1 parent 4600e05 commit 32d4c2d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</taskdef>
3030

3131
<property name="product" value="RTG Tools" />
32-
<property name="product.version" value="3.12-dev" />
32+
<property name="product.version" value="3.12.1" />
3333
<property name="product.repo" value="RealTimeGenomics/rtg-tools" />
3434
<property name="resources" value="tools" />
3535
<property name="main.class" value="com.rtg.RtgTools" />

installer/ReleaseNotes.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ RTG.VERSION is based. Not all features described below may be included
55
in this product.
66

77

8+
RTG Core 3.12.1 (2021-05-19)
9+
----------------------------
10+
11+
This release primarily includes bugfixes and minor improvements:
12+
13+
* vcfeval: When ignoring filtered variants, also take per-sample filter
14+
status (FORMAT FT) into account.
15+
16+
* vcfdecompose: Treat a missing value in a field sub-value (e.g.:
17+
components of an AD annotation) as zero when computing updated field
18+
values for the decomposed variant.
19+
20+
* vcfstats: Include summary statistics for polyploid variants.
21+
22+
823
RTG Core 3.12 (2021-01-27)
924
--------------------------
1025

0 commit comments

Comments
 (0)