From e2e12a2ae82cac083d83c2ae9eee70126ed283af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Alexandre=20C=C3=B4t=C3=A9?= Date: Mon, 1 Jun 2020 15:35:31 -0400 Subject: [PATCH] 1.3.2 --- CHANGELOG.md | 6 ++++++ textworld/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 792e5f71..a9872f5c 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.3.2] - 2020-06-01 + +### Fixed + +- Prevent overwriting the name of matching entities (e.g. container-key). [#237](https://github.com/microsoft/TextWorld/pull/237) + ## [1.3.1] - 2020-04-07 ### Fixed diff --git a/textworld/version.py b/textworld/version.py index 72837bdc..e3983324 100644 --- a/textworld/version.py +++ b/textworld/version.py @@ -1 +1 @@ -__version__ = '1.3.1' +__version__ = '1.3.2'