Skip to content

Commit

Permalink
[release] Update changelog for 0.2.107 (#12560)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoterba authored Dec 14, 2022
1 parent ee5664d commit 2387bb0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hail/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 11 additions & 1 deletion hail/python/hail/docs/change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2387bb0

Please sign in to comment.