Skip to content

Commit

Permalink
[release] 0.2.93 (#11680)
Browse files Browse the repository at this point in the history
  • Loading branch information
danking authored Mar 28, 2022
1 parent 68fa605 commit d77cdf0
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.2
HAIL_MAJOR_MINOR_VERSION := 0.2
HAIL_PATCH_VERSION := 92
HAIL_PATCH_VERSION := 93
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 @@ -25,10 +25,20 @@ an earlier version of Hail to read files written in a later version.

---

## Version 0.2.92
## Version 0.2.93

Release 2022-03-27

### Beta features

- Several issues with the beta version of Hail Query on Hail Batch are addressed in this release.

---

## Version 0.2.92

Release 2022-03-25

### New features

- (hail#11613) Add `hl.ggplot` support for `scale_fill_hue`, `scale_color_hue`, and `scale_fill_manual`,
Expand Down

0 comments on commit d77cdf0

Please sign in to comment.