Skip to content

Commit

Permalink
1.5.1 release (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcCote committed Jan 9, 2022
1 parent 5b6a9b3 commit c419bb6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [1.5.1] - 2022-01-09

### Added

- Allow to provide list of seeds in `AsyncBatchEnv` and `SyncBatchEnv`. [290](https://github.com/microsoft/TextWorld/pull/290)

### Fixed

- Typo in `TextworldBatchGymEnv.reset`: `self.ob` instead of `self.obs`. [291](https://github.com/microsoft/TextWorld/pull/291)

## [1.5.0] - 2021-12-01

### 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.0'
__prerelease__ = '1.5.0rc1'
__version__ = '1.5.1'
__prerelease__ = '1.5.1rc1'

0 comments on commit c419bb6

Please sign in to comment.