From e7132fa751e5e8576b32252d875b836cb7872359 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Thu, 28 Sep 2023 11:18:34 -0500 Subject: [PATCH] Prepare for 13.0.0~pre2 Release (#447) Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a5cb5efc..9495d9fb5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ cmake_dependent_option(USE_DIST_PACKAGES_FOR_PYTHON set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) -gz_configure_project(VERSION_SUFFIX pre1) +gz_configure_project(VERSION_SUFFIX pre2) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index e6e07048b..57b773d8f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,47 @@ ### Gazebo Transport 13.0.0 (202X-XX-XX) +1. Fix Docker in Harmonic + * [Pull request #440](https://github.com/gazebosim/gz-transport/pull/440) + +1. Documentation fixes + * [Pull request #438](https://github.com/gazebosim/gz-transport/pull/438) + * [Pull request #437](https://github.com/gazebosim/gz-transport/pull/437) + * [Pull request #439](https://github.com/gazebosim/gz-transport/pull/439) + * [Pull request #441](https://github.com/gazebosim/gz-transport/pull/441) + +1. Protect remoteSubscribers with mutex. + * [Pull request #432](https://github.com/gazebosim/gz-transport/pull/432) + +1. Remove deprecations in Harmonic + * [Pull request #426](https://github.com/gazebosim/gz-transport/pull/426) + +1. ign -> gz + * [Pull request #424](https://github.com/gazebosim/gz-transport/pull/424) + +1. Infrastructure + * [Pull request #428](https://github.com/gazebosim/gz-transport/pull/428) + * [Pull request #423](https://github.com/gazebosim/gz-transport/pull/423) + * [Pull request #427](https://github.com/gazebosim/gz-transport/pull/427) + +1. Python Bindings for Publisher, Subscriber and Service Request features. + * [Pull request #411](https://github.com/gazebosim/gz-transport/pull/411) + * [Pull request #433](https://github.com/gazebosim/gz-transport/pull/433) + * [Pull request #431](https://github.com/gazebosim/gz-transport/pull/431) + * [Pull request #443](https://github.com/gazebosim/gz-transport/pull/443) + +1. Fix topic/service list inconsistency + * [Pull request #415](https://github.com/gazebosim/gz-transport/pull/415) + +1. Show subscribers info when running topic info + * [Pull request #384](https://github.com/gazebosim/gz-transport/pull/384) + +1. List subscribed topics when running topic list + * [Pull request #379](https://github.com/gazebosim/gz-transport/pull/379) + +1. ⬆️ Bump main to 13.0.0~pre1 + * [Pull request #344](https://github.com/gazebosim/gz-transport/pull/344) + ## Gazebo Transport 12.X ### Gazebo Transport 12.2.1 (2023-09-26)