Skip to content

Commit

Permalink
Prepare for 12.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey committed Nov 6, 2024
1 parent d1dc8b2 commit 46ceda2
Show file tree
Hide file tree
Showing 2 changed files with 24 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-transport12 VERSION 12.2.1)
project(gz-transport12 VERSION 12.2.2)

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

### Gazebo Transport 12.2.2 (2024-11-06)

1. Disable playback.ReplayStep for windows
* [Pull request #517](https://github.com/gazebosim/gz-transport/pull/517)

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

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)

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

### Gazebo Transport 12.2.1 (2023-09-26)

1. Infrastructure
Expand Down

0 comments on commit 46ceda2

Please sign in to comment.