Skip to content

Commit c45ddf2

Browse files
authored
Prepare for 2.0.2 release (#125)
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent b1f379d commit c45ddf2

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(gz-plugin2 VERSION 2.0.1)
6+
project(gz-plugin2 VERSION 2.0.2)
77

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

Changelog.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
## Gazebo Plugin 2.x
22

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+
330
### Gazebo Plugin 2.0.1
431

532
1. Forward port 1.4.0.

0 commit comments

Comments
 (0)