From 809570700fea6672e44c9a0f3eb56b000191f63f Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Fri, 1 Mar 2024 12:04:48 +1100 Subject: [PATCH] Release-related updates. - Bump version to v1.8.0. - Update cesium-native (no functional changes). - Update CHANGES.md. --- CHANGES.md | 2 +- native~/extern/cesium-native | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4b056d7c..63a51aaa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Change Log -### ? - ? +### v1.8.0 - 2023-03-01 ##### Breaking Changes :mega: diff --git a/native~/extern/cesium-native b/native~/extern/cesium-native index 356afb40..c9cf5430 160000 --- a/native~/extern/cesium-native +++ b/native~/extern/cesium-native @@ -1 +1 @@ -Subproject commit 356afb40499a2a53ea742baa25bea567c8874239 +Subproject commit c9cf5430d5a1d5a2bbdf667169e2c47316f7a8b0 diff --git a/package.json b/package.json index 93046570..1143e002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.cesium.unity", - "version": "1.7.1", + "version": "1.8.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",