Skip to content

Commit

Permalink
Prepare for 2.0.4 (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Feb 5, 2025
1 parent 0e088d1 commit 4fc5ab1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
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.3)
project(gz-plugin2 VERSION 2.0.4)

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

### Gazebo Plugin 2.0.4 (2025-01-30)

1. Fix typo in documentation
* [Pull request #151](https://github.com/gazebosim/gz-plugin/pull/151)

1. Add package.xml
* [Pull request #139](https://github.com/gazebosim/gz-plugin/pull/139)

1. Add bazel deps to pass layering_check
* [Pull request #143](https://github.com/gazebosim/gz-plugin/pull/143)

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

1. Use relative install path for gz tool data
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gz-plugin2</name>
<version>2.0.3</version>
<version>2.0.4</version>
<description>Gazebo Plugin : Cross-platform C++ library for dynamically loading plugins.</description>
<maintainer email="[email protected]">Alejandro Hernández Cordero</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit 4fc5ab1

Please sign in to comment.