Skip to content

Commit

Permalink
0.1.27
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 24, 2022
1 parent b8f54f1 commit c713a1b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

<!--next-version-placeholder-->

## v0.1.27 (2022-07-24)
### Fix
* Info bug for objects ([`92db335`](https://github.com/eager-dev/eagerx/commit/92db335de475e6a1a89de6eeeff318261a0b659e))
* Load and reload entities when loading graph from yaml file ([`07a11a4`](https://github.com/eager-dev/eagerx/commit/07a11a49181fa06634e12fe95c2693b4ab639c6e))
* Bgr to rgb encoding in colab renderer ([`692b56f`](https://github.com/eager-dev/eagerx/commit/692b56f687811a5a954566880332bdc580eb1db8))

### Documentation
* Add object tutorial ([`d57acd6`](https://github.com/eager-dev/eagerx/commit/d57acd63157c5933fc468e03c431ba1fdcd49904))

## v0.1.26 (2022-07-20)
### Fix
* Remove dependency on genpy ([`d909b52`](https://github.com/eager-dev/eagerx/commit/d909b52d7c1ef5265a7aca8a22110054240579e5))
Expand Down
2 changes: 1 addition & 1 deletion eagerx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.26"
__version__ = "0.1.27"

from eagerx.core.space import Space
from eagerx.core.constants import ( # noqa: F401 # pylint: disable=unused-import
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eagerx"
version = "0.1.26"
version = "0.1.27"
description = "Engine Angostic Graph Environments for Robotics"
authors = ["Bas van der Heijden <[email protected]>", "Jelle Luijkx <[email protected]>"]
license = "Apache2.0"
Expand Down

0 comments on commit c713a1b

Please sign in to comment.