Skip to content

Commit

Permalink
Prepare for 3.0.1 release (#165)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero authored Feb 14, 2025
1 parent 9471d94 commit 4c0ba4b
Show file tree
Hide file tree
Showing 3 changed files with 10 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.22.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-plugin3 VERSION 3.0.0)
project(gz-plugin3 VERSION 3.0.1)

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

### Gazebo Plugin 3.0.1 (2025-02-12)

1. Require cmake 3.10.2 for consistency
* [Pull request #162](https://github.com/gazebosim/gz-plugin/pull/162)

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

### Gazebo Plugin 3.0.0 (2024-09-25)

1. **Baseline:** this includes all changes from 2.0.3 and earlier.
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-plugin3</name>
<version>3.0.0</version>
<version>3.0.1</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 4c0ba4b

Please sign in to comment.