We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ba14a commit 82b1345Copy full SHA for 82b1345
2 files changed
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
Changelog for package example_ros_pkg
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
+0.0.13 (2025-06-05)
6
+-------------------
7
+* Specify source branch (`#34 <https://github.com/alpine-ros/sample-ros-pkg/issues/34>`_)
8
+* Contributors: Atsushi Watanabe
9
+
10
0.0.12 (2025-06-05)
11
-------------------
12
* Separate rosdistro1 PR token (`#31 <https://github.com/alpine-ros/sample-ros-pkg/issues/31>`_)
package.xml
@@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>sample_ros_pkg</name>
- <version>0.0.12</version>
+ <version>0.0.13</version>
<description>Sample ROS package for testing</description>
<license>N/A</license>
0 commit comments