Skip to content

Commit

Permalink
Prepare for 13.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
  • Loading branch information
bperseghetti committed Jun 18, 2024
1 parent bdfb152 commit 3a22666
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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.3.0)
project(gz-transport13 VERSION 13.4.0)

#============================================================================
# Find gz-cmake
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Gazebo Transport 13.X

### Gazebo Transport 13.4.0 (2024-06-18)

1. Add frequency to topic CLI.
* [Pull request #503](https://github.com/gazebosim/gz-transport/pull/503)

### Gazebo Transport 13.3.0 (2024-06-05)

1. Adding option to ignore local messages
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.3.0</version>
<version>13.4.0</version>
<description>Gazebo Transport: Provides fast and efficient asynchronous message passing, services, and data logging.</description>
<maintainer email="caguero@openrobotics.org">Carlos Agüero</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit 3a22666

Please sign in to comment.