Skip to content

Commit 338e734

Browse files
authored
Prepare for 6.1.0 release (#685)
Signed-off-by: Ian Chen <[email protected]>
1 parent 171ad60 commit 338e734

File tree

3 files changed

+34
-2
lines changed

3 files changed

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

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

Changelog.md

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

3+
### Gazebo Common 6.1.0 (2025-05-28)
4+
5+
1. Add support for custom profiler
6+
* [Pull request #682](https://github.com/gazebosim/gz-common/pull/682)
7+
8+
1. Migrate bazel build setup to use bzlmod
9+
* [Pull request #679](https://github.com/gazebosim/gz-common/pull/679)
10+
* [Pull request #681](https://github.com/gazebosim/gz-common/pull/681)
11+
* [Pull request #683](https://github.com/gazebosim/gz-common/pull/683)
12+
* [Pull request #684](https://github.com/gazebosim/gz-common/pull/684)
13+
14+
1. Add Heightmap utility functions
15+
* [Pull request #680](https://github.com/gazebosim/gz-common/pull/680)
16+
17+
1. Check valid indices before doing convex decomposition
18+
* [Pull request #677](https://github.com/gazebosim/gz-common/pull/677)
19+
20+
1. ci: run cppcheck, cpplint on noble
21+
* [Pull request #669](https://github.com/gazebosim/gz-common/pull/669)
22+
23+
1. Added missing includes
24+
* [Pull request #672](https://github.com/gazebosim/gz-common/pull/672)
25+
26+
1. Add check for valid indices in submesh
27+
* [Pull request #667](https://github.com/gazebosim/gz-common/pull/667)
28+
29+
1. Fix C4305 double truncated to float warnings (#666)
30+
* [Pull request #668](https://github.com/gazebosim/gz-common/pull/668)
31+
32+
1. Add missing include chrono in Event.hh header
33+
* [Pull request #664](https://github.com/gazebosim/gz-common/pull/664)
34+
335
### Gazebo Common 6.0.2 (2025-02-12)
436

537
1. Add missing includes

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.2</version>
4+
<version>6.1.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)