Skip to content

Commit 86b3b3d

Browse files
authored
Prepare for 6.0.2 release (#663)
Signed-off-by: Carlos Agüero <[email protected]>
1 parent be28fbd commit 86b3b3d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-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.22.1 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(gz-common6 VERSION 6.0.1)
6+
project(gz-common6 VERSION 6.0.2)
77
set(GZ_COMMON_VER ${PROJECT_VERSION_MAJOR})
88

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

Changelog.md

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

3+
### Gazebo Common 6.0.2 (2025-02-12)
4+
5+
1. Add missing includes
6+
* [Pull request #660](https://github.com/gazebosim/gz-common/pull/660)
7+
38
### Gazebo Common 6.0.1 (2024-12-17)
49

510
1. Check normal presence before trying to read asMesh normals

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-common6</name>
4-
<version>6.0.1</version>
4+
<version>6.0.2</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)