Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump version to 0.2.0 #182

Merged
merged 4 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions common/autoware_geography_utils/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,39 @@ Changelog for package autoware_geography_utils
Co-authored-by: Yutaka Kondo <[email protected]>
* Contributors: Ryohsuke Mitsudome, Yutaka Kondo, awf-autoware-bot[bot]

0.2.0 (2025-02-07)
------------------
* chore: humble to main sync (`#162 <https://github.com/autowarefoundation/autoware.core/issues/162>`_)
* update changelog
* 0.1.0
---------
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
* refactor(autoware_geography_utils): apply modern C++17 style (`#109 <https://github.com/autowarefoundation/autoware.core/issues/109>`_)
* use using
* refactor height
* refactor projection
* refactor lanelet2_projector
* set class name
* revert string
---------
* test(autoware_geography_utils): add `lanelet2_projector` test (`#128 <https://github.com/autowarefoundation/autoware.core/issues/128>`_)
* add test
* style(pre-commit): autofix
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* chore: sync files (`#115 <https://github.com/autowarefoundation/autoware.core/issues/115>`_)
* chore: sync files
* style(pre-commit): autofix
* include what you use
---------
Co-authored-by: github-actions <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: M. Fatih Cırıt <[email protected]>
* docs(autoware_geography_utils): update `README.md` (`#111 <https://github.com/autowarefoundation/autoware.core/issues/111>`_)
update readme
* feat: port autoware_geography_utils from autoware.universe (`#100 <https://github.com/autowarefoundation/autoware.core/issues/100>`_)
Co-authored-by: Yutaka Kondo <[email protected]>
* Contributors: Ryohsuke Mitsudome, Yutaka Kondo, awf-autoware-bot[bot]

0.0.0 (2024-12-02)
------------------
2 changes: 1 addition & 1 deletion common/autoware_geography_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_geography_utils</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>The autoware_geography_utils package</description>
<maintainer email="[email protected]">Yamato Ando</maintainer>
<maintainer email="[email protected]">Masahiro Sakamoto</maintainer>
Expand Down
22 changes: 22 additions & 0 deletions common/autoware_kalman_filter/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package autoware_kalman_filter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.0 (2025-02-07)
------------------
* unify version to 0.1.0
* update changelog
* feat: port autoware_kalman_filter from autoware.universe (`#141 <https://github.com/autowarefoundation/autoware.core/issues/141>`_)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yutaka Kondo <[email protected]>
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
* Contributors: Yutaka Kondo, cyn-liu

* feat: port autoware_kalman_filter from autoware.universe (`#141 <https://github.com/autowarefoundation/autoware.core/issues/141>`_)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yutaka Kondo <[email protected]>
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
* Contributors: cyn-liu

0.0.0 (2024-12-02)
------------------
2 changes: 1 addition & 1 deletion common/autoware_kalman_filter/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_kalman_filter</name>
<version>0.0.0</version>
<version>0.2.0</version>
<description>The kalman filter package</description>
<maintainer email="[email protected]">Yukihiro Saito</maintainer>
<maintainer email="[email protected]">Takeshi Ishita</maintainer>
Expand Down
11 changes: 11 additions & 0 deletions common/autoware_node/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,16 @@ Changelog for package autoware_node
* feat: add autoware_node and autoware_test node (`#113 <https://github.com/autowarefoundation/autoware.core/issues/113>`_)
* Contributors: M. Fatih Cırıt, SakodaShintaro

0.2.0 (2025-02-07)
------------------
* chore: humble to main sync (`#162 <https://github.com/autowarefoundation/autoware.core/issues/162>`_)
* update changelog
* 0.1.0
---------
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
* fix: change autoware_node from a static library to a shared library (`#121 <https://github.com/autowarefoundation/autoware.core/issues/121>`_)
* feat: add autoware_node and autoware_test node (`#113 <https://github.com/autowarefoundation/autoware.core/issues/113>`_)
* Contributors: M. Fatih Cırıt, SakodaShintaro, Yutaka Kondo

0.0.0 (2024-12-02)
------------------
2 changes: 1 addition & 1 deletion common/autoware_node/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_node</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>Autoware Node is an Autoware.Core package designed to provide a base class for all nodes in the system.</description>
<maintainer email="[email protected]">M. Fatih Cırıt</maintainer>
<license>Apache-2.0</license>
Expand Down
16 changes: 16 additions & 0 deletions common/autoware_osqp_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package autoware_osqp_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.0 (2025-02-07)
------------------
* unify version to 0.1.0
* update changelog
* feat(autoware_osqp_interface): porting autoware_osqp_interface package from autoware.universe (`#165 <https://github.com/autowarefoundation/autoware.core/issues/165>`_)
* Contributors: NorahXiong, Yutaka Kondo

* feat(autoware_osqp_interface): porting autoware_osqp_interface package from autoware.universe (`#165 <https://github.com/autowarefoundation/autoware.core/issues/165>`_)
* Contributors: NorahXiong

0.0.0 (2024-12-02)
------------------
2 changes: 1 addition & 1 deletion common/autoware_osqp_interface/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_osqp_interface</name>
<version>0.0.0</version>
<version>0.2.0</version>
<description>Interface for the OSQP solver</description>
<maintainer email="[email protected]">Maxime CLEMENT</maintainer>
<maintainer email="[email protected]">Takayuki Murooka</maintainer>
Expand Down
34 changes: 34 additions & 0 deletions common/autoware_point_types/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package autoware_point_types
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.0 (2025-02-07)
------------------
* unify version to 0.1.0
* update changelog
* feat: port autoware_point_types from autoware.universe (`#151 <https://github.com/autowarefoundation/autoware.core/issues/151>`_)
* feat: port autoware_point_types from universe
* chore: remove change log and reset version to 0.0.0
* add myself as maintainer
* docs: finish README.md
* style(pre-commit): autofix
* fix: fix pre-commit.ci error
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yutaka Kondo <[email protected]>
* Contributors: Yutaka Kondo, cyn-liu

* feat: port autoware_point_types from autoware.universe (`#151 <https://github.com/autowarefoundation/autoware.core/issues/151>`_)
* feat: port autoware_point_types from universe
* chore: remove change log and reset version to 0.0.0
* add myself as maintainer
* docs: finish README.md
* style(pre-commit): autofix
* fix: fix pre-commit.ci error
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yutaka Kondo <[email protected]>
* Contributors: cyn-liu

0.0.0 (2024-12-02)
------------------
2 changes: 1 addition & 1 deletion common/autoware_point_types/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_point_types</name>
<version>0.0.0</version>
<version>0.2.0</version>
<description>The point types definition to use point_cloud_msg_wrapper</description>
<maintainer email="[email protected]">David Wong</maintainer>
<maintainer email="[email protected]">Max Schmeller</maintainer>
Expand Down
32 changes: 32 additions & 0 deletions common/autoware_qp_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package autoware_qp_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.0 (2025-02-07)
------------------
* unify version to 0.1.0
* update changelog
* fix(autoware_qp_interface): incorrect parameter passing in delegating constructor (`#147 <https://github.com/autowarefoundation/autoware.core/issues/147>`_)
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
* feat(autoware_qp_interface): porting autoware_qp_interface package from autoware.universe (`#146 <https://github.com/autowarefoundation/autoware.core/issues/146>`_)
* feat(autoware_qp_interface): porting autoware_qp_interface package from autoware.universe
* Delete CHANGELOG.rst since it's outdated
* Update common/autoware_qp_interface/package.xml
---------
Co-authored-by: Yutaka Kondo <[email protected]>
* Contributors: NorahXiong, Yutaka Kondo

* fix(autoware_qp_interface): incorrect parameter passing in delegating constructor (`#147 <https://github.com/autowarefoundation/autoware.core/issues/147>`_)
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
* feat(autoware_qp_interface): porting autoware_qp_interface package from autoware.universe (`#146 <https://github.com/autowarefoundation/autoware.core/issues/146>`_)
* feat(autoware_qp_interface): porting autoware_qp_interface package from autoware.universe
* Delete CHANGELOG.rst since it's outdated
* Update common/autoware_qp_interface/package.xml
---------
Co-authored-by: Yutaka Kondo <[email protected]>
* Contributors: NorahXiong

0.0.0 (2024-12-02)
------------------
2 changes: 1 addition & 1 deletion common/autoware_qp_interface/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_qp_interface</name>
<version>0.0.0</version>
<version>0.2.0</version>
<description>Interface for the QP solvers</description>
<maintainer email="[email protected]">Takayuki Murooka</maintainer>
<maintainer email="[email protected]">Fumiya Watanabe</maintainer>
Expand Down
10 changes: 10 additions & 0 deletions demos/autoware_test_node/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,15 @@ Changelog for package autoware_test_node
* feat: add autoware_node and autoware_test node (`#113 <https://github.com/autowarefoundation/autoware.core/issues/113>`_)
* Contributors: M. Fatih Cırıt

0.2.0 (2025-02-07)
------------------
* chore: humble to main sync (`#162 <https://github.com/autowarefoundation/autoware.core/issues/162>`_)
* update changelog
* 0.1.0
---------
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
* feat: add autoware_node and autoware_test node (`#113 <https://github.com/autowarefoundation/autoware.core/issues/113>`_)
* Contributors: M. Fatih Cırıt, Yutaka Kondo

0.0.0 (2024-12-02)
------------------
2 changes: 1 addition & 1 deletion demos/autoware_test_node/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_test_node</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>Test package for Autoware Node.</description>
<maintainer email="[email protected]">M. Fatih Cırıt</maintainer>
<license>Apache-2.0</license>
Expand Down
22 changes: 22 additions & 0 deletions localization/autoware_localization_util/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package autoware_localization_util
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.0 (2025-02-07)
------------------
* unify version to 0.1.0
* update changelog
* feat: migrate autoware_localization_util from universe to core (`#150 <https://github.com/autowarefoundation/autoware.core/issues/150>`_)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: SakodaShintaro <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
* Contributors: Yutaka Kondo, 心刚

* feat: migrate autoware_localization_util from universe to core (`#150 <https://github.com/autowarefoundation/autoware.core/issues/150>`_)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: SakodaShintaro <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
* Contributors: 心刚

0.0.0 (2024-12-02)
------------------
2 changes: 1 addition & 1 deletion localization/autoware_localization_util/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_localization_util</name>
<version>0.0.0</version>
<version>0.2.0</version>
<description>The autoware_localization_util package</description>
<maintainer email="[email protected]">Xingang Liu</maintainer>
<maintainer email="[email protected]">Yamato Ando</maintainer>
Expand Down
Loading