Skip to content

Commit 844579c

Browse files
committed
new version 3.5.1
1 parent ed7f59b commit 844579c

File tree

10 files changed

+29
-5
lines changed

10 files changed

+29
-5
lines changed

yasmin/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Changelog for package yasmin
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
3.5.1 (2025-10-23)
7+
------------------
8+
* test exception messages in C++ tests
9+
* creating C++ tests
10+
* fixing python tests to run using colcon
11+
* fixing exceptions in C++ version
12+
* Contributors: Miguel Ángel González Santamarta
13+
614
3.5.0 (2025-10-12)
715
------------------
816
* fixing Python comments

yasmin/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>yasmin</name>
5-
<version>3.5.0</version>
5+
<version>3.5.1</version>
66
<description>YASMIN (Yet Another State MachINe) main package</description>
77
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
88
<license>GPL-3</license>

yasmin_demos/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Changelog for package yasmin_demos
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
3.5.1 (2025-10-23)
7+
------------------
8+
69
3.5.0 (2025-10-12)
710
------------------
811
* fixing C++ demos

yasmin_demos/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>yasmin_demos</name>
5-
<version>3.5.0</version>
5+
<version>3.5.1</version>
66
<description>Demos of YASMIN (Yet Another State MachINe)</description>
77
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
88
<license>GPL-3</license>

yasmin_msgs/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Changelog for package yasmin_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
3.5.1 (2025-10-23)
7+
------------------
8+
69
3.5.0 (2025-10-12)
710
------------------
811

yasmin_msgs/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>yasmin_msgs</name>
5-
<version>3.5.0</version>
5+
<version>3.5.1</version>
66
<description>Msgs of (Yet Another State MachINe)</description>
77
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
88
<license>GPL-3</license>

yasmin_ros/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Changelog for package yasmin_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
3.5.1 (2025-10-23)
7+
------------------
8+
* renaming ROSCommunicationsCache to ROSClientsCache
9+
* creating C++ tests
10+
* fixing python tests to run using colcon
11+
* Contributors: Miguel Ángel González Santamarta
12+
613
3.5.0 (2025-10-12)
714
------------------
815
* ros communications cache created

yasmin_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>yasmin_ros</name>
5-
<version>3.5.0</version>
5+
<version>3.5.1</version>
66
<description>YASMIN (Yet Another State MachINe) for ROS 2</description>
77
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
88
<license>GPL-3</license>

yasmin_viewer/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Changelog for package yasmin_viewer
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
3.5.1 (2025-10-23)
7+
------------------
8+
69
3.5.0 (2025-10-12)
710
------------------
811
* adding support for concurrence states in the viewer

yasmin_viewer/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>yasmin_viewer</name>
5-
<version>3.5.0</version>
5+
<version>3.5.1</version>
66
<description>YASMIN viewer for FSM</description>
77
<maintainer email="[email protected]">miguel</maintainer>
88
<license>GPL-3</license>

0 commit comments

Comments
 (0)