diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c10ff52..54d3bfc1 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-transport13 VERSION 13.4.0) +project(gz-transport13 VERSION 13.4.1) #============================================================================ # Find gz-cmake diff --git a/Changelog.md b/Changelog.md index 2cd0fcdb..443714a0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,22 @@ ## Gazebo Transport 13.X +### Gazebo Transport 13.4.1 (2025-01-30) + +1. Add compatibility with protobuf 28 + * [Pull request #541](https://github.com/gazebosim/gz-transport/pull/541) + +1. Permit building python bindings separately from main library + * [Pull request #554](https://github.com/gazebosim/gz-transport/pull/554) + +1. Disable `playback.ReplayStep` for windows + * [Pull request #517](https://github.com/gazebosim/gz-transport/pull/517) + +1. Added Prerequisites section in python tutorial + * [Pull request #516](https://github.com/gazebosim/gz-transport/pull/516) + +1. `IGN_IP` -> `GZ_IP` in comments and error messages + * [Pull request #515](https://github.com/gazebosim/gz-transport/pull/515) + ### Gazebo Transport 13.4.0 (2024-06-18) 1. Add frequency to topic CLI. diff --git a/package.xml b/package.xml index 79f017dc..b4ddc8e4 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ gz-transport13 - 13.4.0 + 13.4.1 Gazebo Transport: Provides fast and efficient asynchronous message passing, services, and data logging. Carlos Agüero Apache License 2.0