Skip to content

Commit

Permalink
updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayankm96 committed Sep 23, 2024
1 parent d98cd46 commit 489a429
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/extensions/omni.isaac.lab/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.24.13"
version = "0.24.14"

# Description
title = "Isaac Lab framework for Robot Learning"
Expand Down
10 changes: 10 additions & 0 deletions source/extensions/omni.isaac.lab/docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
---------

0.24.14 (2024-09-23)
~~~~~~~~~~~~~~~~~~~~

Fixed
^^^^^

* Made a separate invalidate function inside asset and sensor base classes. This avoids the need to call the
parent's invalidate callback within the child class' callback function. Earlier, this behavior led to
PhysX error on subscription cannot be changed during the event call.


0.24.13 (2024-09-08)
~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 489a429

Please sign in to comment.