From d771e5a0791915116b6a0e23ba8f958cec8eb61a Mon Sep 17 00:00:00 2001 From: Michal Staniaszek Date: Thu, 3 Feb 2022 10:39:51 +0000 Subject: [PATCH] 0.1.3 --- CHANGELOG.rst | 4 ++-- package.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3a0ce52..df4346e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,8 +4,8 @@ Changelog for package procman_ros -Forthcoming ------------ +0.1.3 (2022-02-03) +------------------ * belatedly set version to 0.1.2 and add changelog up to that point based on semi-arbitrary breakpoints * orders/info subscribers no longer use infinite queue size I think this could cause issues with the deputy updates and maybe with the stale diff --git a/package.xml b/package.xml index 425a5f7..6efcd8a 100644 --- a/package.xml +++ b/package.xml @@ -1,6 +1,6 @@ procman_ros - 0.1.2 + 0.1.3 Procman-ros is a tool for managing many processes distributed over one or more computers using ROS message passing. It is a fork of github.com/ashuang/procman. Marco Camurri Michal Staniaszek