Skip to content

Commit 23c28a2

Browse files
authored
Prepare for 2.0.3 (#142)
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent b40bc29 commit 23c28a2

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-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.2)
6+
project(gz-plugin2 VERSION 2.0.3)
77

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

Changelog.md

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

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+
324
### Gazebo Plugin 2.0.2 (2023-09-26)
425

526
1. Add explicit dependency on plugin library

0 commit comments

Comments
 (0)