diff --git a/README.rst b/README.rst index b5eb38a..5fea015 100755 --- a/README.rst +++ b/README.rst @@ -79,6 +79,10 @@ License What's new ---------- +- 2023-02-27 (v 0.10.1) (MICRO release) + + + Fixed bug for host based actions (thanks @nguyen-thanh20 for the bug report) + - 2022-07-30 (v 0.10.0) (MINOR release) + Fixed typos (thanks @francescoluciano) diff --git a/docs/source/community/distributing.rst b/docs/source/community/distributing.rst index e396e27..36c6a1c 100644 --- a/docs/source/community/distributing.rst +++ b/docs/source/community/distributing.rst @@ -20,7 +20,7 @@ Before pushing to master 2. Ensure updates are included in the *What's new* section of the *README.rst* and *docs/source/index.rst* files (this step can be ignored for very small changes) 3. Ensure any necessary updates have been included in the documentation. -4. Make sure the documentation can be build by running: +4. Make sure the documentation can be built by running: .. code-block:: bash diff --git a/docs/source/index.rst b/docs/source/index.rst index 663045a..51096b6 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -9,6 +9,13 @@ The environment is modelled after the `OpenAI gym