Skip to content

Commit f6c4c2f

Browse files
committed
0.6.0
1 parent e6b63c3 commit f6c4c2f

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
@@ -5,8 +5,8 @@ Changelog for package fuse
55
0.5.0 (2022-02-23)
66
------------------
77

8-
Forthcoming
9-
-----------
8+
0.6.0 (2023-02-22)
9+
------------------
1010
* 0.5.0
1111
* Update changelogs
1212
* Contributors: Gary Servin

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.5.0</version>
4+
<version>0.6.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
@@ -14,8 +14,8 @@ Changelog for package fuse_constraints
1414
* Adding doxygen to all packages (#241)
1515
* Contributors: Stephen Williams, Tom Moore
1616

17-
Forthcoming
18-
-----------
17+
0.6.0 (2023-02-22)
18+
------------------
1919
* 0.5.0
2020
* Update changelogs
2121
* [RST-4186] Fix fuse macro names (#263)

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.5.0</version>
7+
<version>0.6.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
@@ -24,8 +24,8 @@ Changelog for package fuse_core
2424
* Added a time-limited optimization option to the Graph class (#234)
2525
* Contributors: Stephen Williams, Tom Moore
2626

27-
Forthcoming
28-
-----------
27+
0.6.0 (2023-02-22)
28+
------------------
2929
* 0.5.0
3030
* Update changelogs
3131
* Fix Ceres 2.0.0 API support (#273)

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.5.0</version>
4+
<version>0.6.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
@@ -7,8 +7,8 @@ Changelog for package fuse_doc
77
* Adding doxygen to all packages (#241)
88
* Contributors: Tom Moore
99

10-
Forthcoming
11-
-----------
10+
0.6.0 (2023-02-22)
11+
------------------
1212
* 0.5.0
1313
* Update changelogs
1414
* Adding doxygen to all packages (#241)

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.5.0</version>
4+
<version>0.6.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
@@ -18,8 +18,8 @@ Changelog for package fuse_graphs
1818
* Added a time-limited optimization option to the Graph class (#234)
1919
* Contributors: Stephen Williams, Tom Moore
2020

21-
Forthcoming
22-
-----------
21+
0.6.0 (2023-02-22)
22+
------------------
2323
* 0.5.0
2424
* Update changelogs
2525
* [RST-4186] Fix fuse macro names (#263)

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.5.0</version>
7+
<version>0.6.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)