Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Jan 26, 2021
1 parent cd8aa50 commit fb0fa11
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 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
-----------
3.0.1 (2021-01-26)
------------------

3.0.0 (2021-01-26)
------------------
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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>bond</name>
<version>3.0.0</version>
<version>3.0.1</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
-----------
3.0.1 (2021-01-26)
------------------

3.0.0 (2021-01-26)
------------------
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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>bond_core</name>
<version>3.0.0</version>
<version>3.0.1</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
-----------
3.0.1 (2021-01-26)
------------------
* Fix cpplint/uncrustify errors.
* Add build dependencies on pkg-config.
* Contributors: Chris Lalancette
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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>bondcpp</name>
<version>3.0.0</version>
<version>3.0.1</version>
<description>
C++ 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
-----------
3.0.1 (2021-01-26)
------------------
* Fix cpplint/uncrustify errors.
* Contributors: Chris Lalancette

Expand Down
2 changes: 1 addition & 1 deletion smclib/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>smclib</name>
<version>3.0.0</version>
<version>3.0.1</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
-----------
3.0.1 (2021-01-26)
------------------
* Add build dependencies on pkg-config.
* Contributors: Chris Lalancette

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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>test_bond</name>
<version>3.0.0</version>
<version>3.0.1</version>
<description>
Contains tests for [[bond]], including tests for [[bondcpp]].
</description>
Expand Down

0 comments on commit fb0fa11

Please sign in to comment.