From 2387bb00ceee2bfd53adfc9f9b6666c3822a169a Mon Sep 17 00:00:00 2001 From: Tim Poterba Date: Wed, 14 Dec 2022 16:39:40 -0500 Subject: [PATCH] [release] Update changelog for 0.2.107 (#12560) --- hail/Makefile | 2 +- hail/python/hail/docs/change_log.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/hail/Makefile b/hail/Makefile index 9199ac68a0a..1af5844c5ad 100644 --- a/hail/Makefile +++ b/hail/Makefile @@ -14,7 +14,7 @@ BRANCH := $(shell git rev-parse --abbrev-ref HEAD) SCALA_VERSION ?= 2.12.13 SPARK_VERSION ?= 3.1.3 HAIL_MAJOR_MINOR_VERSION := 0.2 -HAIL_PATCH_VERSION := 106 +HAIL_PATCH_VERSION := 107 HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION) HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION) ELASTIC_MAJOR_VERSION ?= 7 diff --git a/hail/python/hail/docs/change_log.md b/hail/python/hail/docs/change_log.md index 0711c8b7c2f..65418e6a95a 100644 --- a/hail/python/hail/docs/change_log.md +++ b/hail/python/hail/docs/change_log.md @@ -24,9 +24,19 @@ an earlier version of Hail to read files written in a later version. --- +## Version 0.2.107 + +Released 2022-12-14 + +### Bug fixes + +- (hail#12543) Fixed `hl.vds.local_to_global` error when LA array contains non-ascending allele indices. + +--- + ## Version 0.2.106 -Released 2022-11-28 +Released 2022-12-13 ### New Features