From 248ee674efb0ea13e712c0d7255db1e5a6a64e76 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Wed, 14 May 2025 17:27:14 +0000 Subject: [PATCH] Prepare for 3.1.0 release Signed-off-by: Ian Chen --- CMakeLists.txt | 2 +- Changelog.md | 15 +++++++++++++++ package.xml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a035da..83351e1 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.1) +project(gz-plugin3 VERSION 3.1.0) #============================================================================ # Find gz-cmake diff --git a/Changelog.md b/Changelog.md index e41bb00..217518c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,20 @@ ## Gazebo Plugin 3.x +### Gazebo Plugin 3.1.0 (2025-05-14) + +1. Migrate bazel build setup to use bzlmod + * [Pull request #176](https://github.com/gazebosim/gz-plugin/pull/176) + * [Pull request #177](https://github.com/gazebosim/gz-plugin/pull/177) + +1. ci: run cppcheck, cpplint, doxygen on noble + * [Pull request #172](https://github.com/gazebosim/gz-plugin/pull/172) + +1. used codespell to fix spellcheck errors (#168) + * [Pull request #169](https://github.com/gazebosim/gz-plugin/pull/#169) + +1. Update README.md - fix windows badge + * [Pull request #166](https://github.com/gazebosim/gz-plugin/pull/166) + ### Gazebo Plugin 3.0.1 (2025-02-12) 1. Require cmake 3.10.2 for consistency diff --git a/package.xml b/package.xml index 6594bcd..8e2cadc 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ gz-plugin3 - 3.0.1 + 3.1.0 Gazebo Plugin : Cross-platform C++ library for dynamically loading plugins. Alejandro Hernández Cordero Apache License 2.0