Skip to content

Commit

Permalink
Update changelog and prepare for pre2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Sep 27, 2023
1 parent e2e09b3 commit bb5b2b4
Show file tree
Hide file tree
Showing 2 changed files with 53 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
52 changes: 52 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,58 @@

### 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)

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. Fix compiler warnings
* [Pull request #408](https://github.com/gazebosim/gz-transport/pull/408)
* [Pull request #401](https://github.com/gazebosim/gz-transport/pull/401)

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

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)

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 bb5b2b4

Please sign in to comment.