Skip to content

Commit d805c49

Browse files
committed
Merge branch 'release-0.2.0' into main
2 parents 8227e1b + 2e4b8b4 commit d805c49

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,14 @@
22

33
### v0.1.0 - 2023-03-01
44

5-
The initial preview build of Cesium for Omniverse!
5+
- The initial preview build of Cesium for Omniverse!
6+
7+
### v0.2.0 - 2023-03-16
8+
9+
- Fixed raster overlay refinement.
10+
- Fixed a crash when removing tileset and imagery using the stage window.
11+
- Fixed issues around loading pre-existing USD files.
12+
- Now generating flat normals by default.
13+
- Added property window widgets for the Cesium USD Schema attributes.
14+
- Updated documentation.
15+
- General cleanup.

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.1.0
12+
VERSION 0.2.0
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
@@ -4,7 +4,7 @@
44
order = -100
55

66
[package]
7-
version = "0.1.0"
7+
version = "0.2.0"
88
category = "simulation"
99
feature = false
1010
app = false

0 commit comments

Comments
 (0)