Skip to content

Commit 39d17e6

Browse files
committed
new version 4.2.1
1 parent 813ba46 commit 39d17e6

14 files changed

Lines changed: 37 additions & 7 deletions

File tree

yasmin/CHANGELOG.rst

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

55

6+
4.2.1 (2025-12-19)
7+
------------------
8+
* minor fix in C++ header guards
9+
* Contributors: Miguel Ángel González Santamarta
10+
611
4.2.0 (2025-12-17)
712
------------------
813
* Adding unit tests for state machine callbacks

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>4.2.0</version>
5+
<version>4.2.1</version>
66
<description>YASMIN (Yet Another State MachINe) main package</description>
77
<maintainer email="mgons@unileon.es">Miguel Ángel González Santamarta</maintainer>
88
<license>GPL-3.0</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+
4.2.1 (2025-12-19)
7+
------------------
8+
69
4.2.0 (2025-12-17)
710
------------------
811
* creating alias for Parameters and fixing style of concurrence demo

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>4.2.0</version>
5+
<version>4.2.1</version>
66
<description>Demos of YASMIN (Yet Another State MachINe)</description>
77
<maintainer email="mgons@unileon.es">Miguel Ángel González Santamarta</maintainer>
88
<license>GPL-3.0</license>

yasmin_editor/CHANGELOG.rst

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

5+
4.2.1 (2025-12-19)
6+
------------------
7+
58
4.2.0 (2025-12-17)
69
------------------
710
* adding Exception to logs in plugin_manager

yasmin_editor/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_editor</name>
5-
<version>4.2.0</version>
5+
<version>4.2.1</version>
66
<description>Editor for YASMIN (Yet Another State MachINe)</description>
77
<maintainer email="mgons@unileon.es">Miguel Ángel González Santamarta</maintainer>
88
<license>GPL-3.0</license>

yasmin_factory/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package yasmin_factory
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
4.2.1 (2025-12-19)
6+
------------------
7+
* minor fix in C++ header guards
8+
* Contributors: Miguel Ángel González Santamarta
9+
510
4.2.0 (2025-12-17)
611
------------------
712
* Add new type aliases and macros to types.hpp and sync documentation examples with demo code

yasmin_factory/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>yasmin_factory</name>
4-
<version>4.2.0</version>
4+
<version>4.2.1</version>
55
<description>YASMIN factory to create FSMs from XML files</description>
66
<maintainer email="mgons@unileon.es">Miguel Ángel González Santamarta</maintainer>
77
<license>GPL-3.0</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+
4.2.1 (2025-12-19)
7+
------------------
8+
69
4.2.0 (2025-12-17)
710
------------------
811
* removing C++ from msgs package

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>4.2.0</version>
5+
<version>4.2.1</version>
66
<description>Msgs of (Yet Another State MachINe)</description>
77
<maintainer email="mgons@unileon.es">Miguel Ángel González Santamarta</maintainer>
88
<license>GPL-3.0</license>

0 commit comments

Comments
 (0)