Skip to content

Commit

Permalink
0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed May 11, 2023
1 parent 0c5193b commit 3cccd92
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion exts/cesium.omniverse/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "0.6.0"
version = "0.6.1"
category = "simulation"
feature = false
app = false
Expand Down

0 comments on commit 3cccd92

Please sign in to comment.