Skip to content

Commit

Permalink
Prepare for 13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azeey committed Mar 14, 2024
1 parent 3a5553a commit 6abae01
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
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.0.0)
project(gz-transport13 VERSION 13.1.0)

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

### 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)

1. Re-enable tests of bash completion functions for gz
* [Pull request #481](https://github.com/gazebosim/gz-transport/pull/481)

1. Find Python3 directly, not with GzPython
* [Pull request #472](https://github.com/gazebosim/gz-transport/pull/472)

1. Fix issue #468
* [Pull request #470](https://github.com/gazebosim/gz-transport/pull/470)

1. Test refactoring part 2
* [Pull request #463](https://github.com/gazebosim/gz-transport/pull/463)

1. Update CI badges in README
* [Pull request #465](https://github.com/gazebosim/gz-transport/pull/465)

1. Support for bazel on garden
* [Pull request #399](https://github.com/gazebosim/gz-transport/pull/399)

1. Use subprocess rather than custom code
* [Pull request #429](https://github.com/gazebosim/gz-transport/pull/429)

1. Infrastructure
* [Pull request #460](https://github.com/gazebosim/gz-transport/pull/460)

1. Remove duplicated functionality from test_config
* [Pull request #457](https://github.com/gazebosim/gz-transport/pull/457)
* [Pull request #458](https://github.com/gazebosim/gz-transport/pull/458)

1. Make empty constructor as peer to explicit
* [Pull request #453](https://github.com/gazebosim/gz-transport/pull/453)

1. Adds the subcommands for the log command for bash completion
* [Pull request #451](https://github.com/gazebosim/gz-transport/pull/451)

1. Adds the python bindings tutorial
* [Pull request #450](https://github.com/gazebosim/gz-transport/pull/450)

### Gazebo Transport 13.0.0 (2023-09-29)

1. Fix Docker in Harmonic
Expand Down

0 comments on commit 6abae01

Please sign in to comment.