Skip to content

Commit

Permalink
Prepare for 12.2.1 release (#444)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Sep 26, 2023
1 parent 685ad65 commit e21d910
Show file tree
Hide file tree
Showing 2 changed files with 29 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.0)
project(gz-transport12 VERSION 12.2.1)

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

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

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

1. Fix topic/service list inconsistency
* [Pull request #415](https://github.com/gazebosim/gz-transport/pull/415)

1. Backport Windows fix to ign-transport8
* [Pull request #406](https://github.com/gazebosim/gz-transport/pull/406)

1. Fix unused-result warning
* [Pull request #408](https://github.com/gazebosim/gz-transport/pull/408)

1. Fix compatibility with protobuf 22
* [Pull request #405](https://github.com/gazebosim/gz-transport/pull/405)

1. Fix compiler warning and signedness issue
* [Pull request #401](https://github.com/gazebosim/gz-transport/pull/401)

1. Fix filesystem headers for tests
* [Pull request #402](https://github.com/gazebosim/gz-transport/pull/402)

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


### Gazebo Transport 12.2.0 (2023-04-19)

1. CI workflow: use checkout v3
Expand Down

0 comments on commit e21d910

Please sign in to comment.