Skip to content

Commit

Permalink
Prepare for 3.1.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
  • Loading branch information
caguero committed Feb 12, 2025
1 parent ade85ac commit d21d204
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-utils3 VERSION 3.1.0)
project(gz-utils3 VERSION 3.1.1)

#============================================================================
# Find gz-cmake
Expand Down
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Gazebo Utils 3.x

### Gazebo Utils 3.1.1 (2025-02-12)

1. ci.yml: run cppcheck, cpplint on noble
* [Pull request #166](https://github.com/gazebosim/gz-utils/pull/166)

1. Add ExtraTestMacros target
* [Pull request #164](https://github.com/gazebosim/gz-utils/pull/164)

## Gazebo Utils 3.1.0 (2024-11-15)

1. Build Gazebo Utils with bzlmod
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>gz-utils3</name>
<version>3.1.0</version>
<version>3.1.1</version>
<description>Gazebo Utils : Classes and functions for robot applications</description>

<maintainer email="addisu@openrobotics.org">Addizu Z. Taddese</maintainer>
Expand Down

0 comments on commit d21d204

Please sign in to comment.