Bump to v0.46.0.

This commit is contained in:
Kevin Ring 2025-04-01 14:38:54 +11:00
parent 661f4824aa
commit ae62bd8c6a
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Change Log
### ? - ?
### v0.46.0 - 2025-04-01
##### Additions :tada:
@ -14,9 +14,9 @@
##### Fixes :wrench:
- Fixed missing URI query part when downloading glTF textures or buffers.
- Fixed bugs in I3dm metadata parsing.
- Fixed memory leak in `CesiumGltfReader`.
- `GltfReader::resolveExternalData` now includes query parameters from the parent URL when resolving relative URLs for external buffers and textures.
- Fixed bugs that could prevent valid metadata in Instanced 3D Model (i3dm) files from being parsed correctly.
- Fixed a memory leak in `CesiumGltfReader`.
- Fixed a bug in `ImplicitTilingUtilities::computeBoundingVolume` that incorrectly subdivided a `BoundingCylinderRegion` across the discontinuity line.
### v0.45.0 - 2025-03-03

View File

@ -87,7 +87,7 @@ endif()
include("cmake/defaults.cmake")
project(cesium-native
VERSION 0.45.0
VERSION 0.46.0
LANGUAGES CXX C
)

View File

@ -1,6 +1,6 @@
{
"name": "cesium-native",
"version": "0.45.0",
"version": "0.46.0",
"description": "Cesium 3D Geospatial for C++",
"main": "index.js",
"directories": {