Skip to content

Commit

Permalink
Merge pull request #1106 from CesiumGS/patch-v0.44.1
Browse files Browse the repository at this point in the history
Incorporate v0.44.2 patch release
  • Loading branch information
j9liu authored Feb 10, 2025
2 parents 24c219b + 35b30a1 commit c9bbe1b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
##### Fixes :wrench:

- Fixed parsing URIs that have a scheme followed by `:` instead of `://`.
- Fixed crash in `GltfUtilities::parseGltfCopyright` when the copyright string ends with a trailing semicolon.

### v0.44.2 - 2025-02-10

##### Fixes :wrench:

- Fixed a bug in `GltfUtilities::parseGltfCopyright` that could cause a crash when the copyright ends with a semicolon.

### v0.44.1 - 2025-02-03

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ endif()
include("cmake/defaults.cmake")

project(cesium-native
VERSION 0.44.0
VERSION 0.44.2
LANGUAGES CXX C
)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium-native",
"version": "0.44.0",
"version": "0.44.2",
"description": "Cesium 3D Geospatial for C++",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit c9bbe1b

Please sign in to comment.