Skip to content

Commit

Permalink
Bump to 7.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Jul 30, 2020
1 parent ab5a663 commit 979673e
Show file tree
Hide file tree
Showing 2 changed files with 18 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(ignition-transport7 VERSION 7.4.0)
project(ignition-transport7 VERSION 7.5.0)

#============================================================================
# Find ignition-cmake
Expand Down
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

### Ignition Transport 7.x.x (202x-xx-xx)

### Ignition Transport 7.5.0 (2020-07-29)

1. Helper function to get a valid topic name
* [Pull request 153](https://github.com/ignitionrobotics/ign-transport/pull/153)

1. GitHub migration
* [Pull request 132](https://github.com/ignitionrobotics/ign-transport/pull/132)
* [Pull request 123](https://github.com/ignitionrobotics/ign-transport/pull/123)
* [Pull request 126](https://github.com/ignitionrobotics/ign-transport/pull/126)

1. Fix ZMQ and Protobuf warnings
* [BitBucket pull request 442](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-transport/pull-requests/442)
* [BitBucket pull request 438](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-transport/pull-requests/438)
* [BitBucket pull request 439](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-transport/pull-requests/439)
* [Pull request 150](https://github.com/ignitionrobotics/ign-transport/pull/150)
* [Pull request 151](https://github.com/ignitionrobotics/ign-transport/pull/151)

1. Handle `getpwduid_r` error cases. This addresses issue #118. Solution was
created in pull request #441 by Poh Zhi-Ee.
* [BitBucket pull request 444](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-transport/pull-requests/444)
Expand Down

0 comments on commit 979673e

Please sign in to comment.