Skip to content

Commit 6b0e06f

Browse files
committed
0.2.0
1 parent 59345dd commit 6b0e06f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

socketcan_adapter/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.2.0 (2026-03-25)
6+
------------------
77
* Add in timestamping for usability (`#4 <https://github.com/polymathrobotics/socketcan_adapter/issues/4>`_)
88
* Add in timestamping for usability
99
* Switch to promise future instead of sleeps

socketcan_adapter/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>socketcan_adapter</name>
5-
<version>0.1.0</version>
5+
<version>0.2.0</version>
66
<description>An Adapter Library for Socketcan using Callback Patterns</description>
77
<maintainer email="engineering@polymathrobotics.com">Polymath Engineering</maintainer>
88
<license>Apache-2.0</license>

socketcan_adapter_ros/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.2.0 (2026-03-25)
6+
------------------
77
* Split socketcan adapter and socketcan adapter ros (`#3 <https://github.com/polymathrobotics/socketcan_adapter/issues/3>`_)
88
* Split socketcan adapter and socketcan adapter ros
99
* Update readmes via guided AI (prior to cleanup) and pre-commit

socketcan_adapter_ros/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>socketcan_adapter_ros</name>
5-
<version>0.1.0</version>
5+
<version>0.2.0</version>
66
<description>An Adapter Library for Socketcan with ROS2</description>
77
<maintainer email="engineering@polymathrobotics.com">Polymath Engineering</maintainer>
88
<license>Apache-2.0</license>

0 commit comments

Comments
 (0)