Skip to content

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 16, 2022
1 parent 34e108b commit a2bd40a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v0.1.9 (2022-03-16)
### Fix
* Refactor config, add initial docs for entities ([#125](https://github.com/eager-dev/eagerx/issues/125)) ([`34e108b`](https://github.com/eager-dev/eagerx/commit/34e108b78684cc252777196e6e2f154fcad6dc66))

### Documentation
* Create docs structure and begin with pendulum tutorial ([#124](https://github.com/eager-dev/eagerx/issues/124)) ([`6365b22`](https://github.com/eager-dev/eagerx/commit/6365b22dfdf434138f15d7af07249a31dd0903f9))

## v0.1.8 (2022-03-14)
### Fix
* Shutdown on sigint, dispose disposables, no duplicate shutdown msg ([#123](https://github.com/eager-dev/eagerx/issues/123)) ([`1bb6910`](https://github.com/eager-dev/eagerx/commit/1bb6910766c0987d6335cffba104512f5f3f9829))
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.8"
__version__ = "0.1.9"

from eagerx.core.constants import process, log # noqa: F401
from eagerx.core.entities import ( # noqa: F401
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.8"
version = "0.1.9"
description = "Engine Angostic Gym Environments for Robotics"
authors = ["Bas van der Heijden <[email protected]>", "Jelle Luijkx <[email protected]>"]
license = "Apache2.0"
Expand Down

0 comments on commit a2bd40a

Please sign in to comment.