Skip to content

Commit 12aec5b

Browse files
authored
🎈 5.7.0 (#650)
Signed-off-by: Michael Carroll <[email protected]>
1 parent 70d6ae8 commit 12aec5b

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(gz-common5 VERSION 5.6.0)
6+
project(gz-common5 VERSION 5.7.0)
77
set(GZ_COMMON_VER ${PROJECT_VERSION_MAJOR})
88

99
#============================================================================

Changelog.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
## Gazebo Common 5.x
22

3+
## Gazebo Common 5.7.0 (2024-11-08)
4+
5+
1. Fix loading lightmaps from gltf / glb meshes (#630)
6+
* [Pull request #630) (#646](https://github.com/gazebosim/gz-common/pull/630) (#646)
7+
8+
1. Fix AssimpLoader collada texture coordinates
9+
* [Pull request #634](https://github.com/gazebosim/gz-common/pull/634)
10+
11+
1. Remove debug logging introduced accidentally in PR review
12+
* [Pull request #622](https://github.com/gazebosim/gz-common/pull/622)
13+
14+
1. Fix crash when calling absPath with empty input
15+
* [Pull request #620](https://github.com/gazebosim/gz-common/pull/620)
16+
17+
1. DEM: Add support for GDAL vsicurl, vsizip support and avoid segfaults with huge VRT datasets
18+
* [Pull request #597](https://github.com/gazebosim/gz-common/pull/597)
19+
20+
1. SubMesh::RecalculateNormals improvement
21+
* [Pull request #609](https://github.com/gazebosim/gz-common/pull/609)
22+
23+
1. fix data race tsan issue
24+
* [Pull request #612](https://github.com/gazebosim/gz-common/pull/612)
25+
26+
1. Generate a more unique texture name for glb embedded textures
27+
* [Pull request #606](https://github.com/gazebosim/gz-common/pull/606)
28+
29+
1. Add package.xml
30+
* [Pull request #587](https://github.com/gazebosim/gz-common/pull/587)
31+
32+
1. Fix deprecation warnings
33+
* [Pull request #603](https://github.com/gazebosim/gz-common/pull/603)
34+
35+
1. Fix macOS workflow and update on-push branches
36+
* [Pull request #602](https://github.com/gazebosim/gz-common/pull/602)
37+
38+
1. Fix compatibility with FFmpeg5.0
39+
* [Pull request #581](https://github.com/gazebosim/gz-common/pull/581)
40+
341
## Gazebo Common 5.6.0 (2024-04-23)
442

543
1. Clarify units for the DEM classes

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>gz-common5</name>
4-
<version>5.6.0</version>
4+
<version>5.7.0</version>
55
<description>Gazebo Common : AV, Graphics, Events, and much more.</description>
66
<maintainer email="[email protected]">Nate Koenig</maintainer>
77
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)