Skip to content

Commit d1dd4c7

Browse files
committed
Prepare for 2.0.4
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent 0e088d1 commit d1dd4c7

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.3)
6+
project(gz-plugin2 VERSION 2.0.4)
77

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

Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## Gazebo Plugin 2.x
22

3+
### Gazebo Plugin 2.0.4 (2025-01-30)
4+
5+
1. Fix typo in documentation
6+
* [Pull request #151](https://github.com/gazebosim/gz-plugin/pull/151)
7+
8+
1. Add package.xml
9+
* [Pull request #139](https://github.com/gazebosim/gz-plugin/pull/139)
10+
11+
1. Add bazel deps to pass layering_check
12+
* [Pull request #143](https://github.com/gazebosim/gz-plugin/pull/143)
13+
314
### Gazebo Plugin 2.0.3 (2024-04-08)
415

516
1. Use relative install path for gz tool data

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>gz-plugin2</name>
5-
<version>2.0.3</version>
5+
<version>2.0.4</version>
66
<description>Gazebo Plugin : Cross-platform C++ library for dynamically loading plugins.</description>
77
<maintainer email="ahcorde@gmail.com">Alejandro Hernández Cordero</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)