Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svwilliams committed Aug 15, 2018
1 parent 6f78f73 commit e0adbe5
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions fuse/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package fuse
^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.1 (2018-08-15)
------------------

0.1.0 (2018-08-12)
------------------
Expand Down
2 changes: 1 addition & 1 deletion fuse/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>fuse</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>
The fuse metapackage
</description>
Expand Down
4 changes: 2 additions & 2 deletions fuse_constraints/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package fuse_constraints
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.1 (2018-08-15)
------------------

0.1.0 (2018-08-12)
------------------
Expand Down
2 changes: 1 addition & 1 deletion fuse_constraints/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>fuse_constraints</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>
The fuse_constraints package provides a set of commonly used constraint types, such as direct measurements on
state variables (absolute constraints) or measurements of the state changes (relative constraints).
Expand Down
4 changes: 2 additions & 2 deletions fuse_core/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package fuse_core
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.1 (2018-08-15)
------------------

0.1.0 (2018-08-12)
------------------
Expand Down
2 changes: 1 addition & 1 deletion fuse_core/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>fuse_core</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>
The fuse_core package provides the base class interfaces for the various fuse components. Concrete implementations of these
interfaces are provided in other packages.
Expand Down
4 changes: 2 additions & 2 deletions fuse_graphs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package fuse_graphs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.1 (2018-08-15)
------------------

0.1.0 (2018-08-12)
------------------
Expand Down
2 changes: 1 addition & 1 deletion fuse_graphs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>fuse_graphs</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>
The fuse_graphs package provides some concrete implementations of the fuse_core::Graph interface.
</description>
Expand Down
4 changes: 2 additions & 2 deletions fuse_optimizers/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package fuse_optimizers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.1 (2018-08-15)
------------------

0.1.0 (2018-08-12)
------------------
Expand Down
2 changes: 1 addition & 1 deletion fuse_optimizers/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>fuse_optimizers</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>
The fuse_optimizers package provides a set of optimizer implementations. An optimizer is the object responsible
for coordinating the sensors and motion model inputs, computing the optimal state values, and providing access to
Expand Down
4 changes: 2 additions & 2 deletions fuse_publishers/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package fuse_publishers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.1 (2018-08-15)
------------------

0.1.0 (2018-08-12)
------------------
Expand Down
2 changes: 1 addition & 1 deletion fuse_publishers/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>fuse_publishers</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>
The fuse_publishers package provides a set of common publisher plugins.
</description>
Expand Down
4 changes: 2 additions & 2 deletions fuse_variables/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package fuse_variables
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.1 (2018-08-15)
------------------
* [RST-1121] Load device id from parameter server (`#26 <https://github.com/locusrobotics/fuse/issues/26>`_)
* Made a load function for getting the device id from the parameter server
* Contributors: Stephen Williams
Expand Down
2 changes: 1 addition & 1 deletion fuse_variables/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>fuse_variables</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>
The fuse_variables package provides a set of commonly used variable types, such as 2D and 3D positions,
orientations, velocities, and accelerations.
Expand Down

0 comments on commit e0adbe5

Please sign in to comment.