Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 13.3.0 #507

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.0)
project(gz-transport13 VERSION 13.3.0)

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

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

1. Adding option to ignore local messages
* [Pull request #506](https://github.com/gazebosim/gz-transport/pull/506)

1. Include Python tutorial in list of tutorials
* [Pull request #499](https://github.com/gazebosim/gz-transport/pull/499)

1. Remove python3-distutils since it's not needed on Jammy
* [Pull request #496](https://github.com/gazebosim/gz-transport/pull/496)

1. Add package.xml
* [Pull request #485](https://github.com/gazebosim/gz-transport/pull/485)

### Gazebo Transport 13.2.0 (2024-04-09)

1. Use relative install path for gz tool data
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.2.0</version>
<version>13.3.0</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
Loading