Skip to content

Commit 3cccd92

Browse files
committed
0.6.1 release
1 parent 0c5193b commit 3cccd92

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
### v0.6.1 - 2023-05-11
4+
5+
- Added `premake5.lua` to `cesium.omniverse` and `cesium.usd.plugins` to better support Kit templates.
6+
- Fixed crash in the Cesium Debugging window when reloading a stage.
7+
38
### v0.6.0 - 2023-05-04
49

510
- Added option to show credits on screen.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif()
99
# Both CXX and C need to be given otherwise Conan may ignore the CMAKE_C_COMPILER flag
1010
project(
1111
CesiumOmniverse
12-
VERSION 0.6.0
12+
VERSION 0.6.1
1313
DESCRIPTION "Cesium for Omniverse"
1414
LANGUAGES CXX C)
1515

exts/cesium.omniverse/config/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = "0.6.0"
2+
version = "0.6.1"
33
category = "simulation"
44
feature = false
55
app = false

0 commit comments

Comments
 (0)