Skip to content

Commit

Permalink
Prepare for 13.2.0 pre1 release (#488)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Mar 22, 2024
1 parent 2b7758c commit 46116e1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.1.0)
project(gz-transport13 VERSION 13.2.0)

#============================================================================
# Find gz-cmake
Expand Down Expand Up @@ -33,7 +33,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)
gz_configure_project(VERSION_SUFFIX pre1)

#============================================================================
# Set project-specific options
Expand Down
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
## Gazebo Transport 13.X

### Gazebo Transport 13.2.0 (2024-xx-xx)

1. No input service request from the command line
* [Pull request #487](https://github.com/gazebosim/gz-transport/pull/487)

1. Use `std::shared_ptr` for `gz::transport::NodeShared`
* [Pull request #484](https://github.com/gazebosim/gz-transport/pull/484)

1. Use a default timeout when requesting a service from CLI.
* [Pull request #486](https://github.com/gazebosim/gz-transport/pull/486)

1. Fix test failures when run under `colcon test`
* [Pull request #483](https://github.com/gazebosim/gz-transport/pull/483)

### Gazebo Transport 13.1.0 (2024-03-14)

1. Oneway service request from the command line
* [Pull request #477](https://github.com/gazebosim/gz-transport/pull/477)

Expand Down

0 comments on commit 46116e1

Please sign in to comment.