Skip to content

Commit 9d775ab

Browse files
authored
Prepare for 5.7.1 (#662)
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent b094746 commit 9d775ab

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.7.0)
6+
project(gz-common5 VERSION 5.7.1)
77
set(GZ_COMMON_VER ${PROJECT_VERSION_MAJOR})
88

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

Changelog.md

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

3+
### Gazebo Common 5.7.1 (2025-01-30)
4+
5+
1. Add include <chrono> for system_clock in Event.hh
6+
* [Pull request #655](https://github.com/gazebosim/gz-common/pull/655)
7+
8+
1. Check normal presence before trying to read asMesh normals
9+
* [Pull request #654](https://github.com/gazebosim/gz-common/pull/654)
10+
11+
1. Remove Conda Windows warnings
12+
* [Pull request #652](https://github.com/gazebosim/gz-common/pull/652)
13+
314
## Gazebo Common 5.7.0 (2024-11-08)
415

516
1. Fix loading lightmaps from gltf / glb meshes (#630)

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.7.0</version>
4+
<version>5.7.1</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)