Skip to content

Commit 2a7829c

Browse files
committed
0.8.0
1 parent 9707ad3 commit 2a7829c

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
@@ -19,8 +19,8 @@ Changelog for package fuse
1919
* Update changelogs
2020
* Contributors: Gary Servin
2121

22-
Forthcoming
23-
-----------
22+
0.8.0 (2024-02-02)
23+
------------------
2424
* 0.7.0
2525
* Update changelogs
2626
* 0.6.0

fuse/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>fuse</name>
4-
<version>0.7.0</version>
4+
<version>0.8.0</version>
55
<description>
66
The fuse metapackage
77
</description>

fuse_constraints/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Changelog for package fuse_constraints
5555
* Adding doxygen to all packages (#241)
5656
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
5757

58-
Forthcoming
59-
-----------
58+
0.8.0 (2024-02-02)
59+
------------------
6060
* Fix tests (#348)
6161
* Vision constraints (#349)
6262
* FIrst commit for pose estimation from fixed 3D

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>0.7.0</version>
7+
<version>0.8.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
@@ -100,8 +100,8 @@ Changelog for package fuse_core
100100
* Added a time-limited optimization option to the Graph class (#234)
101101
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
102102

103-
Forthcoming
104-
-----------
103+
0.8.0 (2024-02-02)
104+
------------------
105105
* 0.7.0
106106
* Update changelogs
107107
* [RST-7809] Fix optimization errors when the orientation is initialized at +PI (#334)

fuse_core/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>fuse_core</name>
4-
<version>0.7.0</version>
4+
<version>0.8.0</version>
55
<description>
66
The fuse_core package provides the base class interfaces for the various fuse components. Concrete implementations of these
77
interfaces are provided in other packages.

fuse_doc/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Changelog for package fuse_doc
2323
* Adding doxygen to all packages (#241)
2424
* Contributors: Gary Servin, Tom Moore
2525

26-
Forthcoming
27-
-----------
26+
0.8.0 (2024-02-02)
27+
------------------
2828
* 0.7.0
2929
* Update changelogs
3030
* 0.6.0

fuse_doc/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>fuse_doc</name>
4-
<version>0.7.0</version>
4+
<version>0.8.0</version>
55
<description>
66
The fuse_doc package provides documentation and examples for the fuse package.
77
</description>

fuse_graphs/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Changelog for package fuse_graphs
6060
* Added a time-limited optimization option to the Graph class (#234)
6161
* Contributors: Gary Servin, Stephen Williams, Tom Moore
6262

63-
Forthcoming
64-
-----------
63+
0.8.0 (2024-02-02)
64+
------------------
6565
* 0.7.0
6666
* Update changelogs
6767
* Update devel to build on Ubuntu Jammy (22.04) (#326)

fuse_graphs/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_graphs</name>
7-
<version>0.7.0</version>
7+
<version>0.8.0</version>
88
<description>
99
The fuse_graphs package provides some concrete implementations of the fuse_core::Graph interface.
1010
</description>

0 commit comments

Comments
 (0)