Skip to content

Commit 10d45b8

Browse files
authored
chore: bump up version to 1.4.2 (#68)
* update changelog Signed-off-by: Yutaka Kondo <[email protected]> * 1.4.2 --------- Signed-off-by: Yutaka Kondo <[email protected]>
1 parent f5f945e commit 10d45b8

File tree

24 files changed

+50
-12
lines changed

24 files changed

+50
-12
lines changed

autoware_utils/CHANGELOG.rst

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

5+
1.4.2 (2025-05-21)
6+
------------------
7+
58
1.4.1 (2025-05-15)
69
------------------
710

autoware_utils/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_utils</name>
5-
<version>1.4.1</version>
5+
<version>1.4.2</version>
66
<description>The autoware_utils package</description>
77
<maintainer email="[email protected]">Jian Kang</maintainer>
88
<maintainer email="[email protected]">Ryohsuke Mitsudome</maintainer>

autoware_utils_debug/CHANGELOG.rst

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

5+
1.4.2 (2025-05-21)
6+
------------------
7+
58
1.4.1 (2025-05-15)
69
------------------
710

autoware_utils_debug/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_utils_debug</name>
5-
<version>1.4.1</version>
5+
<version>1.4.2</version>
66
<description>The autoware_utils_debug package</description>
77
<maintainer email="[email protected]">Jian Kang</maintainer>
88
<maintainer email="[email protected]">Ryohsuke Mitsudome</maintainer>

autoware_utils_diagnostics/CHANGELOG.rst

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

5+
1.4.2 (2025-05-21)
6+
------------------
7+
58
1.4.1 (2025-05-15)
69
------------------
710

autoware_utils_diagnostics/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_utils_diagnostics</name>
5-
<version>1.4.1</version>
5+
<version>1.4.2</version>
66
<description>The autoware_utils_diagnostics package</description>
77
<maintainer email="[email protected]">Jian Kang</maintainer>
88
<maintainer email="[email protected]">Ryohsuke Mitsudome</maintainer>

autoware_utils_geometry/CHANGELOG.rst

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

5+
1.4.2 (2025-05-21)
6+
------------------
7+
* fix: include tf2/convert.hpp instead of tf2/convert.h (`#67 <https://github.com/autowarefoundation/autoware_utils/issues/67>`_)
8+
* Contributors: Takagi, Isamu
9+
510
1.4.1 (2025-05-15)
611
------------------
712
* fix: include `tf2/utils.hpp` instead of `tf2/utils.h` (`#65 <https://github.com/autowarefoundation/autoware_utils/issues/65>`_)

autoware_utils_geometry/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_utils_geometry</name>
5-
<version>1.4.1</version>
5+
<version>1.4.2</version>
66
<description>The autoware_utils_geometry package</description>
77
<maintainer email="[email protected]">Jian Kang</maintainer>
88
<maintainer email="[email protected]">Ryohsuke Mitsudome</maintainer>

autoware_utils_logging/CHANGELOG.rst

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

5+
1.4.2 (2025-05-21)
6+
------------------
7+
58
1.4.1 (2025-05-15)
69
------------------
710

autoware_utils_logging/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_utils_logging</name>
5-
<version>1.4.1</version>
5+
<version>1.4.2</version>
66
<description>The autoware_utils_logging package</description>
77
<maintainer email="[email protected]">Jian Kang</maintainer>
88
<maintainer email="[email protected]">Ryohsuke Mitsudome</maintainer>

0 commit comments

Comments
 (0)