Skip to content

Commit 8832399

Browse files
committed
0.4.0 release
1 parent 6d70117 commit 8832399

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGES.md

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

3+
### v0.4.0 - 2023-04-03
4+
5+
- Fixed a crash when removing the last available access token for a tileset.
6+
- Added search field to the asset window.
7+
- Added placeholder token name in the create field of the token window.
8+
- No longer printing "Error adding tileset and imagery to stage" when adding a tileset.
9+
- Better handling of long names in the asset details panel.
10+
- Upgraded to cesium-native v0.22.1.
11+
312
### v0.3.0 - 2023-03-20
413

514
- Split the Cesium USD plugins into their own Kit extension.

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.3.0
12+
VERSION 0.4.0
1313
DESCRIPTION "Cesium for Omniverse"
1414
LANGUAGES CXX C)
1515

docs/release-guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is the process we follow when releasing a new version of Cesium for Omniver
88
4. Verify that the Windows package loads in Omniverse Create (see instructions below).
99
5. Update the project `VERSION` in [CMakeLists.txt](../../CMakeLists.txt).
1010
6. Update the extension `version` in [extension.toml](../../exts/cesium.omniverse/config/extension.toml). This should be the same version as above.
11-
7. Update [`CHANGES.md`](../../exts/cesium.omniverse/doc/CHANGES.md).
11+
7. Update [`CHANGES.md`](CHANGES.md).
1212
8. Commit the changes, e.g. `git commit -am "0.0.0 release"`.
1313
9. Tag the release, e.g. `git tag -a v0.0.0 -m "0.0.0 release"`.
1414
10. Push to main, e.g. `git push --atomic origin main v0.0.0`.

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.3.0"
2+
version = "0.4.0"
33
category = "simulation"
44
feature = false
55
app = false

0 commit comments

Comments
 (0)