Skip to content

Commit bbafc6c

Browse files
authored
chore: bump version to 1.3.0 (#104)
* chore: update changelog for 1.3.0 Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> * 1.3.0 --------- Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
1 parent c246607 commit bbafc6c

File tree

20 files changed

+42
-10
lines changed

20 files changed

+42
-10
lines changed

autoware_common_msgs/CHANGELOG.rst

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

5+
1.3.0 (2024-11-25)
6+
------------------
7+
58
1.2.0 (2024-10-01)
69
------------------
710

autoware_common_msgs/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>autoware_common_msgs</name>
5-
<version>1.2.0</version>
5+
<version>1.3.0</version>
66
<description>Autoware common messages package.</description>
77
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
88
<maintainer email="yutaka.kondo@tier4.jp">Yutaka Kondo</maintainer>

autoware_control_msgs/CHANGELOG.rst

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

5+
1.3.0 (2024-11-25)
6+
------------------
7+
58
1.2.0 (2024-10-01)
69
------------------
710

autoware_control_msgs/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>autoware_control_msgs</name>
5-
<version>1.2.0</version>
5+
<version>1.3.0</version>
66
<description>Autoware control messages package.</description>
77

88
<maintainer email="mfc@leodrive.ai">M. Fatih Cırıt</maintainer>

autoware_localization_msgs/CHANGELOG.rst

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

5+
1.3.0 (2024-11-25)
6+
------------------
7+
58
1.2.0 (2024-10-01)
69
------------------
710

autoware_localization_msgs/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>autoware_localization_msgs</name>
5-
<version>1.2.0</version>
5+
<version>1.3.0</version>
66
<description>Autoware localization messages package.</description>
77

88
<maintainer email="mfc@leodrive.ai">M. Fatih Cırıt</maintainer>

autoware_map_msgs/CHANGELOG.rst

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

5+
1.3.0 (2024-11-25)
6+
------------------
7+
* feat(autoware_map_msgs): add MapProjectorInfo message (`#102 <https://github.com/autowarefoundation/autoware_msgs/issues/102>`_)
8+
* Contributors: Ryohsuke Mitsudome
9+
510
1.2.0 (2024-10-01)
611
------------------
712
* feat(autoware_map_msgs): add msg and srv files releated with dynamic lanelet loading (`#81 <https://github.com/autowarefoundation/autoware_msgs/issues/81>`_)

autoware_map_msgs/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>autoware_map_msgs</name>
5-
<version>1.2.0</version>
5+
<version>1.3.0</version>
66
<description>Autoware map messages package.</description>
77

88
<maintainer email="koji.minoda@tier4.jp">kminoda</maintainer>

autoware_perception_msgs/CHANGELOG.rst

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

5+
1.3.0 (2024-11-25)
6+
------------------
7+
58
1.2.0 (2024-10-01)
69
------------------
710

autoware_perception_msgs/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>autoware_perception_msgs</name>
5-
<version>1.2.0</version>
5+
<version>1.3.0</version>
66
<description>Autoware perception messages package.</description>
77
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
88
<maintainer email="yutaka.kondo@tier4.jp">Yutaka Kondo</maintainer>

autoware_planning_msgs/CHANGELOG.rst

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

5+
1.3.0 (2024-11-25)
6+
------------------
7+
58
1.2.0 (2024-10-01)
69
------------------
710
* docs(TrajectoryPoint): add comment for acceleration_mps2 to clarify its usage (`#92 <https://github.com/autowarefoundation/autoware_msgs/issues/92>`_)

autoware_planning_msgs/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>autoware_planning_msgs</name>
5-
<version>1.2.0</version>
5+
<version>1.3.0</version>
66
<description>Autoware planning messages package.</description>
77
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
88
<maintainer email="yutaka.kondo@tier4.jp">Yutaka Kondo</maintainer>

autoware_sensing_msgs/CHANGELOG.rst

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

5+
1.3.0 (2024-11-25)
6+
------------------
7+
58
1.2.0 (2024-10-01)
69
------------------
710

autoware_sensing_msgs/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>autoware_sensing_msgs</name>
5-
<version>1.2.0</version>
5+
<version>1.3.0</version>
66
<description>Autoware sensing messages package.</description>
77

88
<maintainer email="yutaka.kondo@tier4.jp">Yutaka Kondo</maintainer>

autoware_system_msgs/CHANGELOG.rst

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

5+
1.3.0 (2024-11-25)
6+
------------------
7+
58
1.2.0 (2024-10-01)
69
------------------
710

autoware_system_msgs/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>autoware_system_msgs</name>
5-
<version>1.2.0</version>
5+
<version>1.3.0</version>
66
<description>Autoware system messages package.</description>
77
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
88
<maintainer email="yutaka.kondo@tier4.jp">Yutaka Kondo</maintainer>

autoware_v2x_msgs/CHANGELOG.rst

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

5+
1.3.0 (2024-11-25)
6+
------------------
7+
58
1.2.0 (2024-10-01)
69
------------------
710
* feat(autoware_v2x_msgs): add virtual gate messages (`#77 <https://github.com/autowarefoundation/autoware_msgs/issues/77>`_)

autoware_v2x_msgs/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>autoware_v2x_msgs</name>
5-
<version>1.2.0</version>
5+
<version>1.3.0</version>
66
<description>Autoware v2x messages package.</description>
77
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
88
<maintainer email="ryohsuke.mitsudome@tier4.jp">Ryohsuke Mitsudome</maintainer>

autoware_vehicle_msgs/CHANGELOG.rst

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

5+
1.3.0 (2024-11-25)
6+
------------------
7+
58
1.2.0 (2024-10-01)
69
------------------
710

autoware_vehicle_msgs/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>autoware_vehicle_msgs</name>
5-
<version>1.2.0</version>
5+
<version>1.3.0</version>
66
<description>Interfaces between core Autoware vehicle components</description>
77
<maintainer email="beginning.fan@autocore.ai">Apex.AI, Inc.</maintainer>
88
<maintainer email="yutaka.kondo@tier4.jp">Yutaka Kondo</maintainer>

0 commit comments

Comments
 (0)