Skip to content

Commit

Permalink
Prepare for 13.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Jan 30, 2025
1 parent a1618f5 commit c207c0c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ci/packages.apt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cppzmq-dev
libgz-cmake3-dev
libgz-math7-dev
libgz-msgs10-dev
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gz-transport13</name>
<version>13.4.0</version>
<version>13.4.1</version>
<description>Gazebo Transport: Provides fast and efficient asynchronous message passing, services, and data logging.</description>
<maintainer email="[email protected]">Carlos Agüero</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit c207c0c

Please sign in to comment.