File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
3
3
#============================================================================
4
4
# Initialize the project
5
5
#============================================================================
6
- project (gz-plugin3 VERSION 3.0.1 )
6
+ project (gz-plugin3 VERSION 3.1.0 )
7
7
8
8
#============================================================================
9
9
# Find gz-cmake
Original file line number Diff line number Diff line change 1
1
## Gazebo Plugin 3.x
2
2
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
+
3
18
### Gazebo Plugin 3.0.1 (2025-02-12)
4
19
5
20
1 . Require cmake 3.10.2 for consistency
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 2" >
4
4
<name >gz-plugin3</name >
5
- <version >3.0.1 </version >
5
+ <version >3.1.0 </version >
6
6
<description >Gazebo Plugin : Cross-platform C++ library for dynamically loading plugins.</description >
7
7
<maintainer email =" ahcorde@gmail.com" >Alejandro Hernández Cordero</maintainer >
8
8
<license >Apache License 2.0</license >
You can’t perform that action at this time.
0 commit comments