Skip to content

Commit

Permalink
Prepare for 2.0.3 (#142)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Apr 8, 2024
1 parent b40bc29 commit 23c28a2
Show file tree
Hide file tree
Showing 2 changed files with 22 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.2)
project(gz-plugin2 VERSION 2.0.3)

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

### Gazebo Plugin 2.0.3 (2024-04-08)

1. Use relative install path for gz tool data
* [Pull request #140](https://github.com/gazebosim/gz-plugin/pull/140)

1. Remove @mxgrey as codeowner and assign maintainership to @ahcorde
* [Pull request #137](https://github.com/gazebosim/gz-plugin/pull/137)

1. Update CI badges in README
* [Pull request #134](https://github.com/gazebosim/gz-plugin/pull/134)

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

1. Enable and fix gz test on windows
* [Pull request #128](https://github.com/gazebosim/gz-plugin/pull/128)
* [Pull request #131](https://github.com/gazebosim/gz-plugin/pull/131)

1. Do not install CMakeLists.txt in loader/register
* [Pull request #123](https://github.com/gazebosim/gz-plugin/pull/123)

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

1. Add explicit dependency on plugin library
Expand Down

0 comments on commit 23c28a2

Please sign in to comment.