Skip to content

Commit 507f26a

Browse files
committed
0.13.0
1 parent 815436d commit 507f26a

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.13.0 (2025-09-30)
23+
-------------------
2424

2525
0.12.0 (2025-06-06)
2626
-------------------

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.12.0</version>
4+
<version>0.13.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.13.0 (2025-09-30)
59+
-------------------
6060

6161
0.12.0 (2025-06-06)
6262
-------------------

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.12.0</version>
7+
<version>0.13.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.13.0 (2025-09-30)
104+
-------------------
105105

106106
0.12.0 (2025-06-06)
107107
-------------------

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.12.0</version>
4+
<version>0.13.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.13.0 (2025-09-30)
27+
-------------------
2828

2929
0.12.0 (2025-06-06)
3030
-------------------

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.12.0</version>
4+
<version>0.13.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.13.0 (2025-09-30)
64+
-------------------
6565

6666
0.12.0 (2025-06-06)
6767
-------------------

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.12.0</version>
7+
<version>0.13.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)