Skip to content

Commit

Permalink
1.5.2 release (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcCote committed Feb 8, 2022
1 parent 634a0f8 commit 6365562
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

This changelog follows the following convention [https://keepachangelog.com/en/1.0.0/](https://keepachangelog.com/en/1.0.0/).

## [1.5.2] - 2022-02-08

### Fixed

- Use functools.partial instead of lambda functions. It's more multiprocessing friendly. [294](https://github.com/microsoft/TextWorld/pull/294)
- Wait for visualization server to be ready before connecting with Selenium. [294](https://github.com/microsoft/TextWorld/pull/294)
- Use constants' type as their name instead of `None`. [293](https://github.com/microsoft/TextWorld/pull/293)

## Removed

- Remove MacOS 10.14 CI. [294](https://github.com/microsoft/TextWorld/pull/294)

## [1.5.1] - 2022-01-09

### Added
Expand Down
4 changes: 2 additions & 2 deletions textworld/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.5.1'
__prerelease__ = '1.5.1rc1'
__version__ = '1.5.2'
__prerelease__ = '1.5.2rc1'

0 comments on commit 6365562

Please sign in to comment.