diff --git a/CHANGELOG.md b/CHANGELOG.md index 062d1d8b4..b3507e5c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # CHANGELOG + ## [0.15.1] - 2024-03-05 +- Add examples assets to the wheel packages +- Fix broken image link in documentation - Fix codegen for custom grad functions calling their respective forward functions - Fix custom grad function handling for functions that have no outputs - Fix issues when `wp.config.quiet = True` diff --git a/exts/omni.warp.core/docs/CHANGELOG.md b/exts/omni.warp.core/docs/CHANGELOG.md index cc888b23d..48e0c8c33 100644 --- a/exts/omni.warp.core/docs/CHANGELOG.md +++ b/exts/omni.warp.core/docs/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## [0.15.1] - 2024-03-05 + +- Add examples assets to the wheel packages +- Fix broken image link in documentation +- Fix codegen for custom grad functions calling their respective forward functions +- Fix custom grad function handling for functions that have no outputs +- Fix issues when `wp.config.quiet = True` + ## [0.15.0] - 2024-03-04 - Add thumbnails to examples gallery diff --git a/exts/omni.warp/docs/CHANGELOG.md b/exts/omni.warp/docs/CHANGELOG.md index cc888b23d..48e0c8c33 100644 --- a/exts/omni.warp/docs/CHANGELOG.md +++ b/exts/omni.warp/docs/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## [0.15.1] - 2024-03-05 + +- Add examples assets to the wheel packages +- Fix broken image link in documentation +- Fix codegen for custom grad functions calling their respective forward functions +- Fix custom grad function handling for functions that have no outputs +- Fix issues when `wp.config.quiet = True` + ## [0.15.0] - 2024-03-04 - Add thumbnails to examples gallery