File tree 2 files changed +22
-1
lines changed
2 files changed +22
-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.2 )
6
+ project (gz-plugin2 VERSION 2.0.3 )
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.3 (2024-04-08)
4
+
5
+ 1 . Use relative install path for gz tool data
6
+ * [ Pull request #140 ] ( https://github.com/gazebosim/gz-plugin/pull/140 )
7
+
8
+ 1 . Remove @mxgrey as codeowner and assign maintainership to @ahcorde
9
+ * [ Pull request #137 ] ( https://github.com/gazebosim/gz-plugin/pull/137 )
10
+
11
+ 1 . Update CI badges in README
12
+ * [ Pull request #134 ] ( https://github.com/gazebosim/gz-plugin/pull/134 )
13
+
14
+ 1 . Infrastructure
15
+ * [ Pull request #132 ] ( https://github.com/gazebosim/gz-plugin/pull/132 )
16
+
17
+ 1 . Enable and fix gz test on windows
18
+ * [ Pull request #128 ] ( https://github.com/gazebosim/gz-plugin/pull/128 )
19
+ * [ Pull request #131 ] ( https://github.com/gazebosim/gz-plugin/pull/131 )
20
+
21
+ 1 . Do not install CMakeLists.txt in loader/register
22
+ * [ Pull request #123 ] ( https://github.com/gazebosim/gz-plugin/pull/123 )
23
+
3
24
### Gazebo Plugin 2.0.2 (2023-09-26)
4
25
5
26
1 . Add explicit dependency on plugin library
You can’t perform that action at this time.
0 commit comments