Skip to content

Commit 122c42e

Browse files
committed
2.8.2
1 parent 16f5143 commit 122c42e

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
@@ -25,8 +25,8 @@ Changelog for package clearpath_config
2525
* Rename `oakd` namespace in robot.yaml to `luxonis_oakd` (`#192 <https://github.com/clearpathrobotics/clearpath_config/issues/192>`_)
2626
* Contributors: Chris Iverach-Brereton, luis-camero
2727

28-
Forthcoming
29-
-----------
28+
2.8.2 (2025-12-16)
29+
------------------
3030
* Fix reading arm_id (`#204 <https://github.com/clearpathrobotics/clearpath_config/issues/204>`_)
3131
* 2.8.1
3232
* Changes.

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.1</version>
5+
<version>2.8.2</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.1',
43+
version='2.8.2',
4444
packages=[
4545
package_name,
4646
package_name + '.common',

0 commit comments

Comments
 (0)