Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
youtalk committed Jan 9, 2025
1 parent 50fea07 commit 16c13a7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions common/autoware_geography_utils/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package autoware_geography_utils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.0 (2025-01-09)
------------------
* refactor(autoware_geography_utils): apply modern C++17 style (`#109 <https://github.com/autowarefoundation/autoware.core/issues/109>`_)
* use using
* refactor height
Expand Down
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.0.0</version>
<version>0.1.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
4 changes: 2 additions & 2 deletions common/autoware_node/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package autoware_node
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.0 (2025-01-09)
------------------
* 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
Expand Down
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.0.0</version>
<version>0.1.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
4 changes: 2 additions & 2 deletions demos/autoware_test_node/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package autoware_test_node
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.0 (2025-01-09)
------------------
* feat: add autoware_node and autoware_test node (`#113 <https://github.com/autowarefoundation/autoware.core/issues/113>`_)
* Contributors: M. Fatih Cırıt

Expand Down
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.0.0</version>
<version>0.1.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

0 comments on commit 16c13a7

Please sign in to comment.