Skip to content

Commit 81d8a0e

Browse files
committed
1.1.0
1 parent 0c07a38 commit 81d8a0e

File tree

26 files changed

+39
-39
lines changed

26 files changed

+39
-39
lines changed

fuse/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package fuse
33
^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.1.0 (2024-04-20)
6+
------------------
77

88
1.0.1 (2023-03-03)
99
------------------

fuse/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>fuse</name>
5-
<version>1.0.1</version>
5+
<version>1.1.0</version>
66
<description>
77
The fuse metapackage.
88
</description>

fuse_constraints/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package fuse_constraints
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.1.0 (2024-04-20)
6+
------------------
77
* Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling (`#366 <https://github.com/locusrobotics/fuse/issues/366>`_)
88
* Support gcc12 and ceres 2.1.0
99
* Add support for the Manifold class when using Ceres Solver version 2.1.0 and above

fuse_constraints/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>fuse_constraints</name>
7-
<version>1.0.1</version>
7+
<version>1.1.0</version>
88
<description>
99
The fuse_constraints package provides a set of commonly used constraint types, such as direct measurements on \
1010
state variables (absolute constraints) or measurements of the state changes (relative constraints).

fuse_core/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package fuse_core
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.1.0 (2024-04-20)
6+
------------------
77
* Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling (`#366 <https://github.com/locusrobotics/fuse/issues/366>`_)
88
* Support gcc12 and ceres 2.1.0
99
* Add support for the Manifold class when using Ceres Solver version 2.1.0 and above

fuse_core/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>fuse_core</name>
5-
<version>1.0.1</version>
5+
<version>1.1.0</version>
66
<description>
77
The fuse_core package provides the base class interfaces for the various fuse components. Concrete implementations of these
88
interfaces are provided in other packages.

fuse_doc/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package fuse_doc
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.1.0 (2024-04-20)
6+
------------------
77

88
1.0.1 (2023-03-03)
99
------------------

fuse_doc/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>fuse_doc</name>
5-
<version>1.0.1</version>
5+
<version>1.1.0</version>
66
<description>
77
The fuse_doc package provides documentation and examples for the fuse package.
88
</description>

fuse_graphs/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package fuse_graphs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.1.0 (2024-04-20)
6+
------------------
77
* Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling (`#366 <https://github.com/locusrobotics/fuse/issues/366>`_)
88
* Support gcc12 and ceres 2.1.0
99
* Add support for the Manifold class when using Ceres Solver version 2.1.0 and above

fuse_graphs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>fuse_graphs</name>
5-
<version>1.0.1</version>
5+
<version>1.1.0</version>
66
<description>
77
The fuse_graphs package provides some concrete implementations of the fuse_core::Graph interface.
88
</description>

0 commit comments

Comments
 (0)