From ad5714372ce08d446b46df5815963be657993b3a Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Mon, 2 Dec 2024 07:42:39 +1100 Subject: [PATCH] Bump version, update cesium-native, update CHANGES.md. --- CHANGES.md | 4 +++- native~/extern/cesium-native | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 29337b48..1e35034d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Change Log -## Not Released Yet +## v1.14.0 - 2024-12-02 ##### Additions :tada: @@ -10,6 +10,8 @@ - Fixed a bug in `CesiumWebMapTileServiceRasterOverlay` that caused automatic Tile Matrix Set Labels to be created incorrectly, leading to incorrect tile request URLs. +In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.41.0 to v0.42.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native. + ## v1.13.1 - 2024-11-01 ##### Fixes :wrench: diff --git a/native~/extern/cesium-native b/native~/extern/cesium-native index 9571f32d..1ece56de 160000 --- a/native~/extern/cesium-native +++ b/native~/extern/cesium-native @@ -1 +1 @@ -Subproject commit 9571f32d62d0bdc6dda1dae6d33b25f3d486bb0e +Subproject commit 1ece56deca0cb068e720ae67ae716fe80ec231ac diff --git a/package.json b/package.json index a711c2a7..08fbb97e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.cesium.unity", - "version": "1.13.1", + "version": "1.14.0", "displayName": "Cesium for Unity", "description": "Cesium for Unity brings the 3D geospatial ecosystem to Unity. By combining a high-accuracy full-scale WGS84 globe, open APIs and open standards for spatial indexing such as 3D Tiles, and cloud-based real-world content from [Cesium ion](https://cesium.com/cesium-ion) with Unity, this plugin enables 3D geospatial workflows and applications in Unity.", "license": "Apache-2.0",