Skip to content

Commit c80a3da

Browse files
authoredMay 1, 2024
Merge pull request #51 from husarion/2.0.1-20240430
Release 2.0.1 to ros2
2 parents a914997 + e1752d1 commit c80a3da

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
 

‎CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Changelog for package panther_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.0.1 (2024-05-01)
6+
------------------
7+
* Ros2 workflow missing arguments (`#49 <https://github.com/husarion/panther_msgs/issues/49>`_)
8+
* Ros2 handle boolean args (`#43 <https://github.com/husarion/panther_msgs/issues/43>`_)
9+
* Prevent unwanted PR (`#35 <https://github.com/husarion/panther_msgs/issues/35>`_)
10+
* Add PR body (`#33 <https://github.com/husarion/panther_msgs/issues/33>`_)
11+
* Update workflow (`#30 <https://github.com/husarion/panther_msgs/issues/30>`_)
12+
* Revert version in package.xml (`#29 <https://github.com/husarion/panther_msgs/issues/29>`_)
13+
* Ros2 automatize release process (`#25 <https://github.com/husarion/panther_msgs/issues/25>`_)
14+
* Merge pull request `#22 <https://github.com/husarion/panther_msgs/issues/22>`_ from husarion/ros2-update-workflow
15+
* Update setup-ros
16+
* Merge pull request `#21 <https://github.com/husarion/panther_msgs/issues/21>`_ from husarion/release-2.0.0-alpha
17+
* Contributors: Jakub Delicat, Paweł Irzyk, Paweł Kowalski, rafal-gorecki
18+
519
2.0.0 (2024-03-29)
620
------------------
721
* Merge pull request `#19 <https://github.com/husarion/panther_msgs/issues/19>`_ from husarion/ros2-fix-typo

‎package.xml

+1-1
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>panther_msgs</name>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<description>Custom messages for Panther robot.</description>
77
<maintainer email="support@husarion.com">Husarion</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)