File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
33#============================================================================
44# Initialize the project
55#============================================================================
6- project (gz-plugin3 VERSION 3.0.0 )
6+ project (gz-plugin3 VERSION 3.0.1 )
77
88#============================================================================
99# Find gz-cmake
Original file line number Diff line number Diff line change 11## Gazebo Plugin 3.x
22
3+ ### Gazebo Plugin 3.0.1 (2025-02-12)
4+
5+ 1 . Require cmake 3.10.2 for consistency
6+ * [ Pull request #162 ] ( https://github.com/gazebosim/gz-plugin/pull/162 )
7+
8+ 1 . Fix typo in documentation (#150 )
9+ * [ Pull request #151 ] ( https://github.com/gazebosim/gz-plugin/pull/151 )
10+
311### Gazebo Plugin 3.0.0 (2024-09-25)
412
5131 . ** Baseline:** this includes all changes from 2.0.3 and earlier.
Original file line number Diff line number Diff line change 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-plugin3</name >
5- <version >3.0.0 </version >
5+ <version >3.0.1 </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 >
You can’t perform that action at this time.
0 commit comments