From 8dda5df3cf534d12bc9ff3b8a61f347f18c8e310 Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Thu, 2 Jan 2025 08:50:21 +1100 Subject: [PATCH] Bump version, update changelog. --- CHANGES.md | 4 +++- CesiumForUnreal.uplugin | 4 ++-- extern/cesium-native | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 500429166..9562d0e2d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Change Log -### ? - ? +### v2.12.0 - 2025-01-02 ##### Breaking Changes :mega: @@ -16,6 +16,8 @@ - Fixed a bug in `CesiumSubLevelSwitcherComponent` that could prevent all sub-levels from loading if a single sub-level failed to load. +This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.42.0 to v0.43.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native. + ### v2.11.0 - 2024-12-02 This is the last release of Cesium for Unreal that will support Unreal Engine v5.2. Future versions will require Unreal Engine v5.3+. diff --git a/CesiumForUnreal.uplugin b/CesiumForUnreal.uplugin index 59d77f35d..2bdc8bbb7 100644 --- a/CesiumForUnreal.uplugin +++ b/CesiumForUnreal.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "Version": 66, - "VersionName": "2.11.0", + "Version": 67, + "VersionName": "2.12.0", "FriendlyName": "Cesium for Unreal", "Description": "Unlock the 3D geospatial ecosystem in Unreal Engine with real-world 3D content and a high accuracy full-scale WGS84 globe.", "Category": "Geospatial", diff --git a/extern/cesium-native b/extern/cesium-native index 3f1ea2687..4d9a63829 160000 --- a/extern/cesium-native +++ b/extern/cesium-native @@ -1 +1 @@ -Subproject commit 3f1ea268763eff1ce4e6e8409c9adc477c5e0564 +Subproject commit 4d9a63829f67370908a7fb4627fc3c3791b50c02 diff --git a/package.json b/package.json index 6e6d214f1..7296c93c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium-unreal", - "version": "2.11.0", + "version": "2.12.0", "description": "Cesium for Unreal", "main": "index.js", "directories": {