Skip to content

Commit 8274fd2

Browse files
authored
Bump main to 3.3.1 (#107)
* Update changelogs Signed-off-by: Yadunund <[email protected]> * 3.3.1 Signed-off-by: Yadunund <[email protected]> --------- Signed-off-by: Yadunund <[email protected]>
1 parent 61b4a4d commit 8274fd2

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

rmf_traffic/CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rmf_traffic
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.3.1 (2023-12-22)
6+
------------------
7+
* Fix UB in plan squashing (`#106 <https://github.com/open-rmf/rmf_traffic/pull/106>`_)
8+
* Contributors: Grey
9+
510
3.3.0 (2023-12-15)
611
------------------
712
* New graph elements and various fixes (`#103 <https://github.com/open-rmf/rmf_traffic/pull/103>`_)

rmf_traffic/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rmf_traffic</name>
5-
<version>3.3.0</version>
5+
<version>3.3.1</version>
66
<description>Package for managing traffic in the Robotics Middleware Framework</description>
77
<maintainer email="[email protected]">Grey</maintainer>
88
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>

rmf_traffic_examples/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rmf_traffic_examples
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.3.1 (2023-12-22)
6+
------------------
7+
58
3.2.0 (2023-06-08)
69
------------------
710

rmf_traffic_examples/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rmf_traffic_examples</name>
5-
<version>3.3.0</version>
5+
<version>3.3.1</version>
66
<description>Examples of how to use the rmf_traffic library</description>
77
<maintainer email="[email protected]">Grey</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)