Skip to content

Commit

Permalink
updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayankm96 committed Oct 25, 2023
1 parent 41c4324 commit 1a5b750
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/extensions/omni.isaac.orbit/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

# Note: Semantic Versioning is used: https://semver.org/
version = "0.9.20"
version = "0.9.21"

# Description
title = "ORBIT framework for Robot Learning"
Expand Down
18 changes: 15 additions & 3 deletions source/extensions/omni.isaac.orbit/docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
Changelog
---------

0.9.20 (2023-10-03)
0.9.21 (2023-10-26)
~~~~~~~~~~~~~~~~~~~

Changed
^^^^^^^

* Changed the behavior of setting up debug visualization for assets, sensors and command generators.
Earlier it was raising an error if debug visualization was not enabled in the configuration object.
Now it checks whether debug visualization is implemented and only sets up the callback if it is
implemented.


0.9.20 (2023-10-25)
~~~~~~~~~~~~~~~~~~~

Fixed
Expand All @@ -24,8 +36,8 @@ Added
* Added Gym observation and action spaces for the :class:`omni.isaac.orbit.envs.RLEnv` class.


0.9.18 (2023-10-19)
~~~~~~~~~~~~~~~~~~
0.9.18 (2023-10-23)
~~~~~~~~~~~~~~~~~~~

Added
^^^^^
Expand Down

0 comments on commit 1a5b750

Please sign in to comment.