diff --git a/CHANGES.md b/CHANGES.md index 5ba958d23..4942f882c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Change Log +### v0.6.1 - 2023-05-11 + +- Added `premake5.lua` to `cesium.omniverse` and `cesium.usd.plugins` to better support Kit templates. +- Fixed crash in the Cesium Debugging window when reloading a stage. + ### v0.6.0 - 2023-05-04 - Added option to show credits on screen. diff --git a/CMakeLists.txt b/CMakeLists.txt index c58448990..ff0f25408 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ endif() # Both CXX and C need to be given otherwise Conan may ignore the CMAKE_C_COMPILER flag project( CesiumOmniverse - VERSION 0.6.0 + VERSION 0.6.1 DESCRIPTION "Cesium for Omniverse" LANGUAGES CXX C) diff --git a/exts/cesium.omniverse/config/extension.toml b/exts/cesium.omniverse/config/extension.toml index 58aa1fe82..26cfe706e 100644 --- a/exts/cesium.omniverse/config/extension.toml +++ b/exts/cesium.omniverse/config/extension.toml @@ -1,5 +1,5 @@ [package] -version = "0.6.0" +version = "0.6.1" category = "simulation" feature = false app = false