diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c8a778..1a035da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/Changelog.md b/Changelog.md index 9a81bd2..e41bb00 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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. diff --git a/package.xml b/package.xml index fcd110c..6594bcd 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ gz-plugin3 - 3.0.0 + 3.0.1 Gazebo Plugin : Cross-platform C++ library for dynamically loading plugins. Alejandro Hernández Cordero Apache License 2.0