Skip to content

Commit e8c7219

Browse files
committed
0.2.0
1 parent 7a61c6d commit e8c7219

84 files changed

Lines changed: 125 additions & 125 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

autoware_dependency_checker/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package autoware_dependency_checker
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.2.0 (2025-03-24)
6+
------------------
77

88
0.1.0 (2025-01-28)
99
------------------

autoware_dependency_checker/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>autoware_dependency_checker</name>
5-
<version>0.1.0</version>
5+
<version>0.2.0</version>
66
<description>The autoware_dependency_checker package</description>
77
<maintainer email="yutaka.kondo@youtalk.jp">Yutaka Kondo</maintainer>
88
<license>Apache License 2.0</license>

bag2lanelet/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package bag2lanelet
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.2.0 (2025-03-24)
6+
------------------
77

88
0.1.0 (2025-01-28)
99
------------------

bag2lanelet/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>bag2lanelet</name>
5-
<version>0.1.0</version>
5+
<version>0.2.0</version>
66
<description>The bag2lanelet package</description>
77
<maintainer email="shinnosuke.hirakawa@tier4.jp">Shinnosuke Hirakawa</maintainer>
88
<maintainer email="taiki.tanaka@tier4.jp">Taiki Tanaka</maintainer>

common/autoware_debug_tools/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package autoware_debug_tools
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.2.0 (2025-03-24)
6+
------------------
77
* fix(autoware_debug_tools): time keeper does not work with the old message type (`#224 <https://github.com/autowarefoundation/autoware_tools/issues/224>`_)
88
* fix(autoware_debug_tools): TimeKeeper does not work with the old message type
99
* fix typo

common/autoware_debug_tools/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>autoware_debug_tools</name>
5-
<version>0.1.0</version>
5+
<version>0.2.0</version>
66
<description>The autoware_debug_tools package</description>
77
<maintainer email="yhisaki31@gmail.com">Yukinari Hisaki</maintainer>
88
<maintainer email="satoshi.ota@tier4.jp">Satoshi Ota</maintainer>

common/autoware_debug_tools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version="0.1.0",
8+
version="0.2.0",
99
packages=find_packages(exclude=["test"]),
1010
data_files=[
1111
("share/ament_index/resource_index/packages", ["resource/" + package_name]),

common/autoware_sample_vehicle_description/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package autoware_sample_vehicle_description
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.2.0 (2025-03-24)
6+
------------------
77

88
0.1.0 (2025-01-28)
99
------------------

common/autoware_sample_vehicle_description/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="2">
33
<name>autoware_sample_vehicle_description</name>
4-
<version>0.1.0</version>
4+
<version>0.2.0</version>
55
<description>The autoware_sample_vehicle_description package</description>
66

77
<maintainer email="temkei.kem@tier4.jp">Temkei Kem</maintainer>

common/mission_planner_rviz_plugin/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package mission_planner_rviz_plugin
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.2.0 (2025-03-24)
6+
------------------
77

88
0.1.0 (2025-01-28)
99
------------------

0 commit comments

Comments
 (0)