Skip to content

Commit 53f6b74

Browse files
0.32.0
1 parent 46c740b commit 53f6b74

File tree

18 files changed

+27
-27
lines changed

18 files changed

+27
-27
lines changed

trajopt/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.32.0 (2025-09-10)
6+
-------------------
77
* Make message debug instead of info
88
* Fix benchmarks (`#471 <https://github.com/tesseract-robotics/trajopt/issues/471>`_)
99
* improve memory allocations (`#468 <https://github.com/tesseract-robotics/trajopt/issues/468>`_)

trajopt/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>trajopt</name>
4-
<version>0.31.0</version>
4+
<version>0.32.0</version>
55
<description>The trajopt package</description>
66
<maintainer email="levi.armstrong@swri.org">Levi Armstrong</maintainer>
77
<license>BSD</license>

trajopt_common/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.32.0 (2025-09-10)
6+
-------------------
77
* Fix benchmarks (`#471 <https://github.com/tesseract-robotics/trajopt/issues/471>`_)
88
* Add yaml conversions and related tests (`#469 <https://github.com/tesseract-robotics/trajopt/issues/469>`_)
99
* Remove PairHash (replaced by implicit std::hash in tesseract_common)

trajopt_common/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>trajopt_common</name>
4-
<version>0.31.0</version>
4+
<version>0.32.0</version>
55
<description>The trajopt_common package</description>
66
<maintainer email="levi.armstrong@swri.org">Levi Armstrong</maintainer>
77
<license>BSD</license>

trajopt_ext/osqp/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.32.0 (2025-09-10)
6+
-------------------
77
* Update OSQP dependency to v1.0.0 and OSQPEigen to v0.10.3 (`#474 <https://github.com/tesseract-robotics/trajopt/issues/474>`_)
88
* Add required OSQP version to find_package
99
* Fix disable external cmake variable names

trajopt_ext/osqp/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>osqp</name>
4-
<version>0.31.0</version>
4+
<version>0.32.0</version>
55
<description>OSQP Package</description>
66
<maintainer email="levi.armstrong@swri.org">Levi Armstrong</maintainer>
77
<license>Apache 2.0</license>

trajopt_ext/osqp_eigen/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.32.0 (2025-09-10)
6+
-------------------
77
* Update OSQP dependency to v1.0.0 and OSQPEigen to v0.10.3 (`#474 <https://github.com/tesseract-robotics/trajopt/issues/474>`_)
88
* Fix disable external cmake variable names
99
* Add ability to disable packages in external build via cmake

trajopt_ext/osqp_eigen/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>osqp_eigen</name>
4-
<version>0.31.0</version>
4+
<version>0.32.0</version>
55
<description>Downloads and builds the OSQPEigen Library</description>
66
<maintainer email="levi.armstrong@swri.org">Levi Armstrong</maintainer>
77
<license>LGPL</license>

trajopt_ext/qpoases/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.32.0 (2025-09-10)
6+
-------------------
77
* Fix qpOASES Lapack naming conflict
88
* Fix disable external cmake variable names
99
* Add ability to disable packages in external build via cmake

trajopt_ext/qpoases/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>qpoases</name>
4-
<version>0.31.0</version>
4+
<version>0.32.0</version>
55
<description>Downloads and builds the qpOASES Library</description>
66
<maintainer email="levi.armstrong@swri.org">Levi Armstrong</maintainer>
77
<license>LGPL</license>

0 commit comments

Comments
 (0)