Skip to content

Commit

Permalink
chore: release 1.3.0 (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx authored Jul 16, 2024
1 parent 3c82371 commit a920407
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ros2_socketcan/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package ros2_socketcan
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.0 (2024-07-16)
------------------
* Jazzy release
* fix: add missing header (`#42 <https://github.com/autowarefoundation/ros2_socketcan/issues/42>`_)
* Allow remapping of the canbus topics (`#39 <https://github.com/autowarefoundation/ros2_socketcan/issues/39>`_)
* Contributors: Joshua Whitley, Tim Clephas

1.2.0 (2023-03-03)
------------------
* Add CAN FD Support (`#28 <https://github.com/autowarefoundation/ros2_socketcan/issues/28>`_)
Expand Down
2 changes: 1 addition & 1 deletion ros2_socketcan/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ros2_socketcan</name>
<version>1.2.0</version>
<version>1.3.0</version>
<description>Simple wrapper around SocketCAN</description>
<maintainer email="[email protected]">Josh Whitley</maintainer>
<license>Apache License 2.0</license>
Expand Down
4 changes: 4 additions & 0 deletions ros2_socketcan_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package ros2_socketcan_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.0 (2024-07-16)
------------------
* Jazzy release

1.2.0 (2023-03-03)
------------------
* Add CAN FD Support (`#28 <https://github.com/autowarefoundation/ros2_socketcan/issues/28>`_)
Expand Down
2 changes: 1 addition & 1 deletion ros2_socketcan_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ros2_socketcan_msgs</name>
<version>1.2.0</version>
<version>1.3.0</version>
<description>Messages for SocketCAN</description>
<maintainer email="[email protected]">Josh Whitley</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit a920407

Please sign in to comment.