File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
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.1 )
6
+ project (gz-plugin2 VERSION 2.0.2 )
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.2 (2023-09-26)
4
+
5
+ 1 . Add explicit dependency on plugin library
6
+ * [ Pull request #124 ] ( https://github.com/gazebosim/gz-plugin/pull/124 )
7
+
8
+ 1 . Documentation fixes
9
+ * [ Pull request #122 ] ( https://github.com/gazebosim/gz-plugin/pull/122 )
10
+ * [ Pull request #112 ] ( https://github.com/gazebosim/gz-plugin/pull/112 )
11
+
12
+ 1 . Infrastructure
13
+ * [ Pull request #121 ] ( https://github.com/gazebosim/gz-plugin/pull/121 )
14
+ * [ Pull request #120 ] ( https://github.com/gazebosim/gz-plugin/pull/120 )
15
+ * [ Pull request #115 ] ( https://github.com/gazebosim/gz-plugin/pull/115 )
16
+
17
+ 1 . Update parameter name in DemangleSymbol to match declaration
18
+ * [ Pull request #117 ] ( https://github.com/gazebosim/gz-plugin/pull/117 )
19
+
20
+ 1 . Inline functions in plugin_unload.hh
21
+ * [ Pull request #118 ] ( https://github.com/gazebosim/gz-plugin/pull/118 )
22
+
23
+ 1 . Rename COPYING to LICENSE
24
+ * [ Pull request #114 ] ( https://github.com/gazebosim/gz-plugin/pull/114 )
25
+
26
+ 1 . Bazel build rules for garden
27
+ * [ Pull request #113 ] ( https://github.com/gazebosim/gz-plugin/pull/113 )
28
+
29
+
3
30
### Gazebo Plugin 2.0.1
4
31
5
32
1 . Forward port 1.4.0.
You can’t perform that action at this time.
0 commit comments