From 411b4101dd38d42c34c3414b794670a008dc3d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Alexandre=20C=C3=B4t=C3=A9?= Date: Thu, 6 May 2021 16:15:51 -0400 Subject: [PATCH] Bump version + Updated changelog --- CHANGELOG.md | 6 ++++++ textworld/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6298d4b..d4c58c50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This changelog follows the following convention [https://keepachangelog.com/en/1.0.0/](https://keepachangelog.com/en/1.0.0/). +## [1.4.1] - 2021-05-06 + +### Fixed + +- `tw-cooking` games with `--recipe > 1` couldn't be solved using admissible commands. [259](https://github.com/microsoft/TextWorld/pull/259) + ## [1.4.0] - 2020-11-13 ### Added diff --git a/textworld/version.py b/textworld/version.py index 96e3ce8d..8e3c933c 100644 --- a/textworld/version.py +++ b/textworld/version.py @@ -1 +1 @@ -__version__ = '1.4.0' +__version__ = '1.4.1'