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 13.0.0~pre2 Release #447

Merged
merged 4 commits into from
Sep 28, 2023
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 @@ -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