From 979673eb6ef02ad72b5b574c9fd8c76c6eae1489 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Wed, 29 Jul 2020 18:57:16 -0700 Subject: [PATCH] Bump to 7.5.0 Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- Changelog.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 22d0cf761..d646673c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/Changelog.md b/Changelog.md index 551dbe6c5..a6d456a1a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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)