From 46ceda2ab8057aa65989baab7b95434b0a4362bd Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Wed, 6 Nov 2024 16:24:36 -0600 Subject: [PATCH] Prepare for 12.2.2 Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b4bb015a..f7642503e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(gz-transport12 VERSION 12.2.1) +project(gz-transport12 VERSION 12.2.2) #============================================================================ # Find gz-cmake diff --git a/Changelog.md b/Changelog.md index c8aea4d96..373b31173 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,28 @@ ## Gazebo Transport 12.X +### Gazebo Transport 12.2.2 (2024-11-06) + +1. Disable playback.ReplayStep for windows + * [Pull request #517](https://github.com/gazebosim/gz-transport/pull/517) + +1. Test refactoring part 2 + * [Pull request #463](https://github.com/gazebosim/gz-transport/pull/463) + +1. Support for bazel on garden + * [Pull request #399](https://github.com/gazebosim/gz-transport/pull/399) + +1. Use subprocess rather than custom code + * [Pull request #429](https://github.com/gazebosim/gz-transport/pull/429) + +1. Infrastructure + * [Pull request #460](https://github.com/gazebosim/gz-transport/pull/460) + +1. Remove duplicated functionality from test_config + * [Pull request #457](https://github.com/gazebosim/gz-transport/pull/457) + +1. Adds the subcommands for the log command + * [Pull request #451](https://github.com/gazebosim/gz-transport/pull/451) + ### Gazebo Transport 12.2.1 (2023-09-26) 1. Infrastructure