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 12.2.2 Release #553

Merged
merged 1 commit into from
Nov 7, 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-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
Loading