File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)
3
3
#============================================================================
4
4
# Initialize the project
5
5
#============================================================================
6
- project (gz-plugin2 VERSION 2.0.3 )
6
+ project (gz-plugin2 VERSION 2.0.4 )
7
7
8
8
#============================================================================
9
9
# Find gz-cmake
Original file line number Diff line number Diff line change 1
1
## Gazebo Plugin 2.x
2
2
3
+ ### Gazebo Plugin 2.0.4 (2025-01-30)
4
+
5
+ 1 . Fix typo in documentation
6
+ * [ Pull request #151 ] ( https://github.com/gazebosim/gz-plugin/pull/151 )
7
+
8
+ 1 . Add package.xml
9
+ * [ Pull request #139 ] ( https://github.com/gazebosim/gz-plugin/pull/139 )
10
+
11
+ 1 . Add bazel deps to pass layering_check
12
+ * [ Pull request #143 ] ( https://github.com/gazebosim/gz-plugin/pull/143 )
13
+
3
14
### Gazebo Plugin 2.0.3 (2024-04-08)
4
15
5
16
1 . Use relative install path for gz tool data
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-plugin2</name >
5
- <version >2.0.3 </version >
5
+ <version >2.0.4 </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