From 6a7112a2c896bfd5c3e738e1d1fdca98847d8205 Mon Sep 17 00:00:00 2001 From: Tully Foote Date: Fri, 17 May 2019 12:13:28 -0700 Subject: [PATCH] 0.15.2 Signed-off-by: Tully Foote --- CHANGELOG.rst | 18 ++++++++++++++++++ src/rosdep2/_version.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9947addbd..23b0689c6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,21 @@ +0.15.2 (2019-05-17) +------------------- +- Migrate to yaml.safe_load to avoid yaml.load vulnerabilities. + - https://github.com/ros-infrastructure/rosdep/pull/675 +- Improve text feeback and prompts + - https://github.com/ros-infrastructure/rosdep/pull/675 + - https://github.com/ros-infrastructure/rosdep/pull/670 + - https://github.com/ros-infrastructure/rosdep/pull/665 +- Add support for MX Linux + - https://github.com/ros-infrastructure/rosdep/pull/674 +- Add support for OpenEmbedded + - https://github.com/ros-infrastructure/rosdep/pull/673 +- Add support for Alpine + - https://github.com/ros-infrastructure/rosdep/pull/673 +- Add support for CentOS and improve RHEL + - https://github.com/ros-infrastructure/rosdep/pull/668 + - https://github.com/ros-infrastructure/rosdep/pull/667 + 0.15.1 (2019-02-19) ------------------- - Change GitHub url's which no longer work. diff --git a/src/rosdep2/_version.py b/src/rosdep2/_version.py index 6fccdee46..00d1ab54f 100644 --- a/src/rosdep2/_version.py +++ b/src/rosdep2/_version.py @@ -1 +1 @@ -__version__ = '0.15.1' +__version__ = '0.15.2'