Skip to content

Commit 0e0794e

Browse files
awf-autoware-bot[bot]github-actions
andauthored
chore: bump version (1.1.0) and update changelog (#38)
* chore: update all "CHANGELOG.rst"s * 1.1.0 --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent ed288b4 commit 0e0794e

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

autoware_cmake/CHANGELOG.rst

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

5+
1.1.0 (2025-11-10)
6+
------------------
7+
* feat: add autoware_ament_auto_package() macro (`#37 <https://github.com/autowarefoundation/autoware_cmake/issues/37>`_)
8+
* feat: jazzy-porting, add jazzy distro condition for jazzy related compiling (`#35 <https://github.com/autowarefoundation/autoware_cmake/issues/35>`_)
9+
cmake env::jazzy-porting::add jazzy distro condition for jazzy related compiling
10+
* fix: when using CMake >= 3.24 use CMAKE_COMPILE_WARNING_AS_ERROR variable instead of setting -Werror directly (`#33 <https://github.com/autowarefoundation/autoware_cmake/issues/33>`_)
11+
* Contributors: Silvio Traversaro, Yutaka Kondo, 心刚
12+
513
1.0.2 (2025-04-08)
614
------------------
715
* fix(autoware_package.cmake): workaround to avoid `missing tinyxml2::tinyxml2` (`#24 <https://github.com/autowarefoundation/autoware_cmake/issues/24>`_)

autoware_cmake/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_cmake</name>
5-
<version>1.0.2</version>
5+
<version>1.1.0</version>
66
<description>CMake scripts for Autoware</description>
77
<maintainer email="ryohsuke.mitsudome@tier4.jp">Ryohsuke Mitsudome</maintainer>
88
<maintainer email="esteve.fernandez@tier4.jp">Esteve Fernandez</maintainer>

autoware_lint_common/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_lint_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.1.0 (2025-11-10)
6+
------------------
7+
58
1.0.2 (2025-04-08)
69
------------------
710

autoware_lint_common/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_lint_common</name>
5-
<version>1.0.2</version>
5+
<version>1.1.0</version>
66
<description>The list of commonly used linters in Autoware</description>
77
<maintainer email="ryohsuke.mitsudome@tier4.jp">Ryohsuke Mitsudome</maintainer>
88
<maintainer email="esteve.fernandez@tier4.jp">Esteve Fernandez</maintainer>

0 commit comments

Comments
 (0)