From e21d910c9564fc49ed92fcd1b8c39224eae04e42 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Tue, 26 Sep 2023 17:02:08 -0500 Subject: [PATCH] Prepare for 12.2.1 release (#444) Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e37c460c4..8b4bb015a 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.0) +project(gz-transport12 VERSION 12.2.1) #============================================================================ # Find gz-cmake diff --git a/Changelog.md b/Changelog.md index 75c583339..4c406a0bd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,33 @@ ## Gazebo Transport 12.X +### Gazebo Transport 12.2.1 (2023-09-26) + +1. Infrastructure + * [Pull request #428](https://github.com/gazebosim/gz-transport/pull/428) + * [Pull request #427](https://github.com/gazebosim/gz-transport/pull/427) + +1. Fix topic/service list inconsistency + * [Pull request #415](https://github.com/gazebosim/gz-transport/pull/415) + +1. Backport Windows fix to ign-transport8 + * [Pull request #406](https://github.com/gazebosim/gz-transport/pull/406) + +1. Fix unused-result warning + * [Pull request #408](https://github.com/gazebosim/gz-transport/pull/408) + +1. Fix compatibility with protobuf 22 + * [Pull request #405](https://github.com/gazebosim/gz-transport/pull/405) + +1. Fix compiler warning and signedness issue + * [Pull request #401](https://github.com/gazebosim/gz-transport/pull/401) + +1. Fix filesystem headers for tests + * [Pull request #402](https://github.com/gazebosim/gz-transport/pull/402) + +1. Fix typos + * [Pull request #403](https://github.com/gazebosim/gz-transport/pull/403) + + ### Gazebo Transport 12.2.0 (2023-04-19) 1. CI workflow: use checkout v3