Skip to content

Commit 1deb6d9

Browse files
authored
Prepare for 6.0.1 (#658)
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent 7e3a7e8 commit 1deb6d9

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.0)
6+
project(gz-common6 VERSION 6.0.1)
77
set(GZ_COMMON_VER ${PROJECT_VERSION_MAJOR})
88

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

Changelog.md

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

3+
### Gazebo Common 6.0.1 (2024-12-17)
4+
5+
1. Check normal presence before trying to read asMesh normals
6+
* [Pull request #654](https://github.com/gazebosim/gz-common/pull/654)
7+
8+
1. Include `math::Angle` since it is used here
9+
* [Pull request #649](https://github.com/gazebosim/gz-common/pull/649)
10+
11+
1. Adds EoL to example
12+
* [Pull request #642](https://github.com/gazebosim/gz-common/pull/642)
13+
14+
1. Remove gts references from documentation
15+
* [Pull request #645](https://github.com/gazebosim/gz-common/pull/645)
16+
317
## Gazebo Common 6.0.0 (2024-09-25)
418

519
1. **Baseline:** this includes all changes from 5.6.0 and earlier.

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.0</version>
4+
<version>6.0.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)