From 4c0ba4bef006d9a395023c46bc7cce4b0dc626aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Fri, 14 Feb 2025 20:08:54 +0100 Subject: [PATCH] Prepare for 3.0.1 release (#165) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- CMakeLists.txt | 2 +- Changelog.md | 8 ++++++++ package.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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