Skip to content

Commit

Permalink
Prepare for 13.0.0~pre2 Release (#447)
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 28, 2023
1 parent 19f642d commit e7132fa
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 @@ -34,7 +34,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 pre1)
gz_configure_project(VERSION_SUFFIX pre2)

#============================================================================
# Set project-specific options
Expand Down
41 changes: 41 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,47 @@

### Gazebo Transport 13.0.0 (202X-XX-XX)

1. Fix Docker in Harmonic
* [Pull request #440](https://github.com/gazebosim/gz-transport/pull/440)

1. Documentation fixes
* [Pull request #438](https://github.com/gazebosim/gz-transport/pull/438)
* [Pull request #437](https://github.com/gazebosim/gz-transport/pull/437)
* [Pull request #439](https://github.com/gazebosim/gz-transport/pull/439)
* [Pull request #441](https://github.com/gazebosim/gz-transport/pull/441)

1. Protect remoteSubscribers with mutex.
* [Pull request #432](https://github.com/gazebosim/gz-transport/pull/432)

1. Remove deprecations in Harmonic
* [Pull request #426](https://github.com/gazebosim/gz-transport/pull/426)

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

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

1. Python Bindings for Publisher, Subscriber and Service Request features.
* [Pull request #411](https://github.com/gazebosim/gz-transport/pull/411)
* [Pull request #433](https://github.com/gazebosim/gz-transport/pull/433)
* [Pull request #431](https://github.com/gazebosim/gz-transport/pull/431)
* [Pull request #443](https://github.com/gazebosim/gz-transport/pull/443)

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

1. Show subscribers info when running topic info
* [Pull request #384](https://github.com/gazebosim/gz-transport/pull/384)

1. List subscribed topics when running topic list
* [Pull request #379](https://github.com/gazebosim/gz-transport/pull/379)

1. ⬆️ Bump main to 13.0.0~pre1
* [Pull request #344](https://github.com/gazebosim/gz-transport/pull/344)

## Gazebo Transport 12.X

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

0 comments on commit e7132fa

Please sign in to comment.