Skip to content

Commit

Permalink
Prepare for 2.0.2 release (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey authored Sep 26, 2023
1 parent b1f379d commit c45ddf2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-plugin2 VERSION 2.0.1)
project(gz-plugin2 VERSION 2.0.2)

#============================================================================
# Find gz-cmake
Expand Down
27 changes: 27 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
## Gazebo Plugin 2.x

### Gazebo Plugin 2.0.2 (2023-09-26)

1. Add explicit dependency on plugin library
* [Pull request #124](https://github.com/gazebosim/gz-plugin/pull/124)

1. Documentation fixes
* [Pull request #122](https://github.com/gazebosim/gz-plugin/pull/122)
* [Pull request #112](https://github.com/gazebosim/gz-plugin/pull/112)

1. Infrastructure
* [Pull request #121](https://github.com/gazebosim/gz-plugin/pull/121)
* [Pull request #120](https://github.com/gazebosim/gz-plugin/pull/120)
* [Pull request #115](https://github.com/gazebosim/gz-plugin/pull/115)

1. Update parameter name in DemangleSymbol to match declaration
* [Pull request #117](https://github.com/gazebosim/gz-plugin/pull/117)

1. Inline functions in plugin_unload.hh
* [Pull request #118](https://github.com/gazebosim/gz-plugin/pull/118)

1. Rename COPYING to LICENSE
* [Pull request #114](https://github.com/gazebosim/gz-plugin/pull/114)

1. Bazel build rules for garden
* [Pull request #113](https://github.com/gazebosim/gz-plugin/pull/113)


### Gazebo Plugin 2.0.1

1. Forward port 1.4.0.
Expand Down

0 comments on commit c45ddf2

Please sign in to comment.