Skip to content

Commit

Permalink
1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll committed Aug 28, 2020
1 parent 9f20933 commit 5a79fec
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions bond/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package bond
^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.8.6 (2020-08-28)
------------------

1.8.5 (2020-05-14)
------------------
Expand Down
2 changes: 1 addition & 1 deletion bond/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>bond</name>
<version>1.8.5</version>
<version>1.8.6</version>
<description>
A bond allows two processes, A and B, to know when the other has
terminated, either cleanly or by crashing. The bond remains
Expand Down
4 changes: 2 additions & 2 deletions bond_core/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package bond_core
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.8.6 (2020-08-28)
------------------

1.8.5 (2020-05-14)
------------------
Expand Down
2 changes: 1 addition & 1 deletion bond_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>bond_core</name>
<version>1.8.5</version>
<version>1.8.6</version>
<description>
A bond allows two processes, A and B, to know when the other has
terminated, either cleanly or by crashing. The bond remains
Expand Down
4 changes: 2 additions & 2 deletions bondcpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package bondcpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.8.6 (2020-08-28)
------------------
* narrow down required boost dependencies (`#68 <https://github.com/ros/bond_core/issues/68>`_)
* Contributors: Mikael Arguedas

Expand Down
2 changes: 1 addition & 1 deletion bondcpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>bondcpp</name>
<version>1.8.5</version>
<version>1.8.6</version>
<description>
C++ implementation of bond, a mechanism for checking when
another process has terminated.
Expand Down
4 changes: 2 additions & 2 deletions bondpy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package bondpy
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.8.6 (2020-08-28)
------------------
* bondpy: Prevent exception in Bond.shutdown() (`#62 <https://github.com/ros/bond_core/issues/62>`_)
* Contributors: Martin Pecka

Expand Down
2 changes: 1 addition & 1 deletion bondpy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>bondpy</name>
<version>1.8.5</version>
<version>1.8.6</version>
<description>
Python implementation of bond, a mechanism for checking when
another process has terminated.
Expand Down
4 changes: 2 additions & 2 deletions smclib/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package smclib
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.8.6 (2020-08-28)
------------------

1.8.5 (2020-05-14)
------------------
Expand Down
2 changes: 1 addition & 1 deletion smclib/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>smclib</name>
<version>1.8.5</version>
<version>1.8.6</version>
<description>
The State Machine Compiler (SMC) from http://smc.sourceforge.net/
converts a language-independent description of a state machine
Expand Down
4 changes: 2 additions & 2 deletions test_bond/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_bond
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.8.6 (2020-08-28)
------------------
* bondpy: Prevent exception in Bond.shutdown() (`#62 <https://github.com/ros/bond_core/issues/62>`_)
* Contributors: Martin Pecka

Expand Down
2 changes: 1 addition & 1 deletion test_bond/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>test_bond</name>
<version>1.8.5</version>
<version>1.8.6</version>
<description>
Contains tests for [[bond]], including tests for [[bondpy]] and [[bondcpp]].
</description>
Expand Down

0 comments on commit 5a79fec

Please sign in to comment.