Skip to content

Commit 3e08742

Browse files
committed
Bump version, update changelog.
1 parent 2d6cb7a commit 3e08742

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
### ? - ?
3+
### v0.51.0 - 2025-09-02
44

55
##### Breaking Changes :mega:
66

@@ -20,7 +20,7 @@
2020
##### Fixes :wrench:
2121

2222
- Fixed a bug in `Tileset::updateViewGroupOffline` that would cause it to get stuck in an endless loop when invoked with no frustums.
23-
- Fixed `ColorMode::Random` in `VectorStyle` producing different results each time a raster overlay tile was rendered.
23+
- Fixed a bug with `ColorMode::Random` in `VectorStyle` that caused it to produce different results each time a raster overlay tile was rendered.
2424
- Fixed a bug in `IonRasterOverlay` that would cause unnecessary extra use of Bing Maps sessions when manually reloading the raster overlay after an expired token was automatically refreshed.
2525
- Fixed a bug that could lead to a crash when using raster overlays with tilesets that use "external tilesets", such as Google Photorealistic 3D Tiles.
2626

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ endif()
137137
include("cmake/defaults.cmake")
138138

139139
project(cesium-native
140-
VERSION 0.50.0
140+
VERSION 0.51.0
141141
LANGUAGES CXX C
142142
)
143143

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium-native",
3-
"version": "0.50.0",
3+
"version": "0.51.0",
44
"description": "Cesium 3D Geospatial for C++",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)