diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 495afe7f..d987b918 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ Changelog for package catkin_tools ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.4.3 (2017-01-05) +------------------ +* Deprecated ``catkin --locate-extra-shell-verbs`` in favor of ``catkin locate --shell-verbs`` (`#352 `_) +* Fixed regression in red catkin icon on error feature (`#346 `_) +* Fixed a bug in the execution of jobs and display of active status (`#351 `_) +* Fixed a bug in environment cache checking (`#353 `_) +* Fixed a bug in display of build times over one hour (`#357 `_) +* Notifications are now coalesced into a single notification (`#358 `_) +* Improvements to shell completion and zsh specific completions (`#365 `_) +* Various typos fixed. +* Now uses ``ioctl()`` to determine the terminal width on some platforms (`#415 `_) (`#416 `_) +* Contributors: Jonathan Bohren, Robert Haschke, Claudio Bandera, Kei Okada, Andreas Hertle, David V. Lu!!, Timo Röhling, G.A. vd. Hoorn + 0.4.2 (2016-04-19) ------------------ * Revert `#344 `_ until a better fix can be made. diff --git a/setup.py b/setup.py index 51eccda1..a1313f8b 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,7 @@ def run(self): setup( name='catkin_tools', - version='0.4.2', + version='0.4.3', packages=find_packages(exclude=['tests', 'docs']), package_data={ 'catkin_tools': [