Codebase list ros-catkin / 657aa5f
New upstream version 0.7.14 Jochen Sprickerhof 5 years ago
4 changed file(s) with 7 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11 Changelog for package catkin
22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 0.7.14 (2018-06-06)
5 -------------------
6 * terminal_color is now in catkin_pkg, regression from 0.7.13 (`#943 <https://github.com/ros/catkin/issues/943>`_)
7 * fix permission of CMake file (`#942 <https://github.com/ros/catkin/issues/942>`_)
38
49 0.7.13 (2018-05-31)
510 -------------------
00 <?xml version="1.0"?>
11 <package format="2">
22 <name>catkin</name>
3 <version>0.7.13</version>
3 <version>0.7.14</version>
44 <description>Low-level build system macros and infrastructure for ROS.</description>
55 <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
66 <license>BSD</license>
6262 )
6363
6464 from catkin.cmake import get_cmake_path
65 from catkin.terminal_color import ansi, disable_ANSI_colors, fmt, sanitize
65 from catkin_pkg.terminal_color import ansi, disable_ANSI_colors, fmt, sanitize
6666 from catkin_pkg.workspaces import ensure_workspace_marker
6767
6868