diff --git a/CHANGELOG.md b/CHANGELOG.md index 392706d7..af5c57f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.2.1] - 2023-07-25 + +### Changed + +- Do not allow `orientation = None` in Transform objects +- Improve documentation for territory__*. +- Improve scenario tags. +- Move puppeteers testutils to testing dir. +- remove restriction on chex +- Update setup.py to work with older versions of setuptools +- Add dev tools to setup.py +- Add pytest-xdist as a required plugin. +- Update pylintrc + +### Fixed + +- Debug observations break hidden agenda [#168](https://github.com/google-deepmind/meltingpot/issues/168) +- Various lint errors + +### Removed + +- Residual v1 file: reaction_graph_utils.py +- Remove stale documentation left over from 1.0. + + ## [2.2.0] - 2023-07-25 ### Changed diff --git a/setup.py b/setup.py index 160e7ddb..3c25cbe3 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ import setuptools from setuptools.command import build_py -VERSION = '2.2.0' +VERSION = '2.2.1' ASSETS_VERSION = '2.1.0' ASSETS_URL = f'http://storage.googleapis.com/dm-meltingpot/meltingpot-assets-{ASSETS_VERSION}.tar.gz'