Skip to content

Commit 4341e1b

Browse files
authored
Prepare for 3.1.0 release (#178)
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent 65133a7 commit 4341e1b

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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-plugin3 VERSION 3.0.1)
6+
project(gz-plugin3 VERSION 3.1.0)
77

88
#============================================================================
99
# Find gz-cmake

Changelog.md

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

3+
### Gazebo Plugin 3.1.0 (2025-05-14)
4+
5+
1. Migrate bazel build setup to use bzlmod
6+
* [Pull request #176](https://github.com/gazebosim/gz-plugin/pull/176)
7+
* [Pull request #177](https://github.com/gazebosim/gz-plugin/pull/177)
8+
9+
1. ci: run cppcheck, cpplint, doxygen on noble
10+
* [Pull request #172](https://github.com/gazebosim/gz-plugin/pull/172)
11+
12+
1. used codespell to fix spellcheck errors (#168)
13+
* [Pull request #169](https://github.com/gazebosim/gz-plugin/pull/#169)
14+
15+
1. Update README.md - fix windows badge
16+
* [Pull request #166](https://github.com/gazebosim/gz-plugin/pull/166)
17+
318
### Gazebo Plugin 3.0.1 (2025-02-12)
419

520
1. Require cmake 3.10.2 for consistency

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>gz-plugin3</name>
5-
<version>3.0.1</version>
5+
<version>3.1.0</version>
66
<description>Gazebo Plugin : Cross-platform C++ library for dynamically loading plugins.</description>
77
<maintainer email="ahcorde@gmail.com">Alejandro Hernández Cordero</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)