Skip to content

Commit aa5cb2e

Browse files
committed
2.8.1
1 parent a229ecc commit aa5cb2e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
2.8.1 (2025-11-06)
6+
------------------
77
* Fix: Ewellix Parameters (`#203 <https://github.com/clearpathrobotics/clearpath_config/issues/203>`_)
88
Add mount parameter and remove redefinition of urdf functions
99
* Contributors: luis-camero

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>clearpath_config</name>
5-
<version>2.8.0</version>
5+
<version>2.8.1</version>
66
<description>Clearpath Configuration YAML Parser and Writer</description>
77
<maintainer email="[email protected]">Luis Camero</maintainer>
88
<license>BSD-3</license>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
setup(
4242
name=package_name,
43-
version='2.8.0',
43+
version='2.8.1',
4444
packages=[
4545
package_name,
4646
package_name + '.common',

0 commit comments

Comments
 (0)